From a1f31f84fe93045474b3d102a7056136b1536e66 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 23 Feb 2025 20:53:17 -0600 Subject: [PATCH] allow ingress through traefik --- helm-chart/templates/networkpolicy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm-chart/templates/networkpolicy.yaml b/helm-chart/templates/networkpolicy.yaml index 2c219c8..0190249 100644 --- a/helm-chart/templates/networkpolicy.yaml +++ b/helm-chart/templates/networkpolicy.yaml @@ -16,7 +16,10 @@ spec: - from: - namespaceSelector: matchLabels: - name: ingress-nginx + name: kube-system + podSelector: + matchLabels: + app: traefik ports: - protocol: TCP port: {{ .Values.port }}