UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Promtail: Loki egress policy fix

Merged Micah Nagel requested to merge np-fixes-things into main
5 files
+ 13
4
Compare changes
  • Side-by-side
  • Inline
Files
5
{{- if and .Values.networkPolicies.enabled }}
{{- if and .Values.networkPolicies.enabled .Values.loki.enabled }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
@@ -15,7 +15,7 @@ spec:
- to:
- namespaceSelector:
matchLabels:
app.kubernetes.io/name: loki
app.kubernetes.io/name: logging
podSelector:
matchLabels:
app.kubernetes.io/name: logging-loki
Loading