Skip to content

Commit

Permalink
fix: correct tracing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 24, 2024
1 parent 934b206 commit bb61ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/soteria/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ spec:
- name: TZ
value: {{ .Values.timezone }}
{{ if .Values.tracing.useDaemonset }}
- name: soteria_tracer__endpoint
value: $(JAEGER_AGENT_HOST):4317
- name: JAEGER_AGENT_HOST
valueFrom:
fieldRef:
fieldPath: status.hostIP
- name: soteria_tracer__endpoint
value: $(JAEGER_AGENT_HOST):4317
{{ end }}
volumeMounts:
- name: configuration
Expand Down

0 comments on commit bb61ce4

Please sign in to comment.