UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 2f647f2c authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Adjusting loki istio version annotations since refactor

parent 0f80a7f2
No related branches found
No related tags found
1 merge request!2116Adjusting loki istio version annotations since refactor
Pipeline #992914 passed with warnings
......@@ -47,6 +47,10 @@ loki:
region: {{ .Values.loki.objectStorage.region }}
accessKeyId: {{ .Values.loki.objectStorage.accessKey }}
secretAccessKey: {{ .Values.loki.objectStorage.accessSecret }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- with .Values.loki.objectStorage }}
{{- if and (eq $.Values.loki.strategy "scalable") (not (and .endpoint .region)) }}
......@@ -55,11 +59,6 @@ minio:
{{- end }}
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
monolith:
enabled: {{ eq .Values.loki.strategy "monolith" }}
serviceMonitor:
......@@ -73,6 +72,12 @@ monolith:
keyFile: /etc/prom-certs/key.pem
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if (eq .Values.loki.strategy "monolith") }}
read:
disabled: true
......
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