Skip to content

Commit

Permalink
feat: provide using daemonset for soteria chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 23, 2024
1 parent 099beae commit 67ab438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/soteria/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ spec:
env:
- 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
{{ end }}
volumeMounts:
- name: configuration
mountPath: "/app/config.yml"
Expand Down
3 changes: 3 additions & 0 deletions charts/soteria/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
replicaCount: 1

tracing:
useDaemonset: false

labels:
managedby: cloud-platform-team
createdby: cloud-platform-team
Expand Down

0 comments on commit 67ab438

Please sign in to comment.