UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Enable mTLS for Loki metrics"

Merged Brett Charrier requested to merge 25-enable-mtls-for-loki-metrics into main
All threads resolved!
2 files
+ 0
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,11 +11,6 @@ spec:
matchLabels:
{{- include "loki.matchLabels" . | nindent 6 }}
portLevelMtls:
# Monitoring exception
{{- if and (eq .Values.istio.mtls.mode "STRICT") (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1") (.Values.monitoring.serviceMonitor.enabled) }}
"3100":
mode: PERMISSIVE
{{- end }}
# GRPC exception to support Loki internal communication
"9095":
mode: PERMISSIVE
Loading