UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 728ef0f8 authored by mr-bot's avatar mr-bot Committed by Andrew Shoell
Browse files

loki update to 6.6.2-bb.1

parent 28c8a86e
No related branches found
No related tags found
1 merge request!4467loki update to 6.6.2-bb.1
......@@ -177,7 +177,7 @@ datasources:
{{- if eq .Values.loki.strategy "monolith" }}
url: http://logging-loki.logging.svc.cluster.local:3100
{{- else }}
url: http://logging-loki-read.logging.svc.cluster.local:3100
url: http://logging-loki-gateway.logging.svc.cluster.local
{{- end }}
access: proxy
editable: true
......
......@@ -98,6 +98,11 @@ write:
replicas: 3
backend:
replicas: 3
gateway:
enabled: true
service:
labels:
prometheus.io/service-monitor: "false"
{{- end }}
{{- with .Values.loki.objectStorage }}
......
......@@ -696,11 +696,11 @@ loki:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/loki.git
path: "./chart"
tag: "6.6.2-bb.0"
tag: "6.6.2-bb.1"
helmRepo:
repoName: "registry1"
chartName: "loki"
tag: "6.6.2-bb.0"
tag: "6.6.2-bb.1"
# -- Flux reconciliation overrides specifically for the Loki 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