UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ec10eeb4 authored by brandt keller's avatar brandt keller Committed by Ryan Garcia
Browse files

Feat: testing promtail updates

parent e9172483
No related branches found
No related tags found
1 merge request!1923Feat: testing promtail updates
......@@ -35,10 +35,11 @@ imagePullSecrets:
{{- if .Values.loki.enabled }}
config:
{{- if eq .Values.loki.strategy "monolith" }}
lokiAddress: http://logging-loki.logging.svc.cluster.local:3100/loki/api/v1/push
{{- else }}
lokiAddress: http://logging-loki-write.logging.svc.cluster.local:3100/loki/api/v1/push
{{- end }}
clients:
{{- if eq .Values.loki.strategy "monolith" }}
- url: http://logging-loki.logging.svc.cluster.local:3100/loki/api/v1/push
{{- else }}
- url: http://logging-loki-write.logging.svc.cluster.local:3100/loki/api/v1/push
{{- end }}
{{- end }}
{{- end -}}
......@@ -492,7 +492,7 @@ promtail:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/promtail.git
path: "./chart"
tag: "4.2.0-bb.2"
tag: "6.2.2-bb.0"
# -- Flux reconciliation overrides specifically for the Promtail Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment