UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

loki update to 4.8.0-bb.0

Merged Ghost User requested to merge update-loki-tag-4.8.0-bb.0 into master
Files
2
@@ -34,9 +34,6 @@ monitoring:
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
istio:
enabled: {{ .Values.istio.enabled }}
loki:
storage:
{{- if (eq .Values.loki.strategy "monolith") }}
@@ -69,6 +66,11 @@ loki:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if (eq .Values.loki.strategy "scalable") }}
singleBinary:
replicas: 0
{{- end }}
{{- with .Values.loki.objectStorage }}
{{- if and (eq $.Values.loki.strategy "scalable") (not (and .endpoint .region)) }}
minio:
Loading