Skip to content

Commit a52cdfb

Browse files
Merge pull request #3426 from cal-itp/fix/k8s-promtail
fix(k8s): update promtail client configuration
2 parents 8a26f18 + 1e11c51 commit a52cdfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/apps/values/promtail.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config:
2-
lokiAddress: http://loki.monitoring-loki.svc.cluster.local:3100/loki/api/v1/push
2+
clients:
3+
- url: http://loki.monitoring-loki.svc.cluster.local:3100/loki/api/v1/push
34

45
tolerations:
56

0 commit comments

Comments
 (0)