Merge pull request 'feat: add env' (#6858) from tmp/dawarich-4 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 23s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m34s

Reviewed-on: #6858
This commit was merged in pull request #6858.
This commit is contained in:
2026-05-11 01:31:15 +00:00

View File

@@ -203,6 +203,16 @@ dawarich:
value: 0.0.0.0 value: 0.0.0.0
- name: PROMETHEUS_EXPORTER_PORT - name: PROMETHEUS_EXPORTER_PORT
value: 9394 value: 9394
- name: METRICS_USERNAME
valueFrom:
secretKeyRef:
name: dawarich-metrics-credentials
key: user
- name: METRICS_PASSWORD
valueFrom:
secretKeyRef:
name: dawarich-metrics-credentials
key: password
- name: SECRET_KEY_BASE - name: SECRET_KEY_BASE
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: