Skip to content

Commit

Permalink
Fix envVars
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Nov 15, 2024
1 parent c37bac4 commit c7507f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/daq-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blueapi:
ingress:
create: true
host: p47-blueapi.diamond.ac.uk
extraEnvVars: |
extraEnvVars:
- name: BEAMLINE
value: p47
- name: RABBITMQ_PASSWORD
Expand All @@ -30,11 +30,11 @@ blueapi:
name: rabbitmq-password
key: rabbitmq-password
- name: OTLP_EXPORT_ENABLED
value: {{ .Values.tracing.otlp.export_enabled }}
value: false
- name: OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
value: {{ .Values.tracing.otlp.protocol }}
value: http/protobuf
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "{{ .Values.tracing.otlp.host }}:{{ .Values.tracing.otlp.port }}"
value: "https://jaeger-all-in-one:4318"
tracing:
otlp:
host: https://jaeger-all-in-one # replace with central instance
Expand Down

0 comments on commit c7507f0

Please sign in to comment.