Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions charts/opentelemetry-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ components:
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: VERSION
value: "{{ .Chart.AppVersion }}"
- name: IPV6_ENABLED
value: "false"
resources:
limits:
memory: 20Mi
Expand Down Expand Up @@ -395,6 +397,8 @@ components:
env:
- name: ENVOY_PORT
value: "8080"
- name: ENVOY_ADDR
value: "0.0.0.0"
- name: ENVOY_ADMIN_PORT
value: "10000"
- name: FLAGD_HOST
Expand Down Expand Up @@ -508,6 +512,8 @@ components:
value: "8013"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: IPV6_ENABLED
value: "false"
resources:
limits:
memory: 120Mi
Expand Down Expand Up @@ -558,6 +564,8 @@ components:
value: "true"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4318
- name: IPV6_ENABLED
value: "false"
resources:
limits:
memory: 40Mi
Expand Down Expand Up @@ -604,6 +612,8 @@ components:
value: http://quote:8080
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: IPV6_ENABLED
value: "false"
resources:
limits:
memory: 20Mi
Expand Down
Loading