allow ingress from kube-system

This commit is contained in:
Waylon S. Walker 2025-02-23 20:56:34 -06:00
parent a1f31f84fe
commit 54cd382650

View file

@ -17,9 +17,6 @@ spec:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
name: kube-system name: kube-system
podSelector:
matchLabels:
app: traefik
ports: ports:
- protocol: TCP - protocol: TCP
port: {{ .Values.port }} port: {{ .Values.port }}