allow ingress through traefik
This commit is contained in:
parent
2131b4c59b
commit
a1f31f84fe
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ spec:
|
||||||
- from:
|
- from:
|
||||||
- namespaceSelector:
|
- namespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
name: ingress-nginx
|
name: kube-system
|
||||||
|
podSelector:
|
||||||
|
matchLabels:
|
||||||
|
app: traefik
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: {{ .Values.port }}
|
port: {{ .Values.port }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue