allow ingress through traefik

This commit is contained in:
Waylon S. Walker 2025-02-23 20:53:17 -06:00
parent 2131b4c59b
commit a1f31f84fe

View file

@ -16,7 +16,10 @@ spec:
- from:
- namespaceSelector:
matchLabels:
name: ingress-nginx
name: kube-system
podSelector:
matchLabels:
app: traefik
ports:
- protocol: TCP
port: {{ .Values.port }}