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:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
name: ingress-nginx
|
||||
name: kube-system
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app: traefik
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: {{ .Values.port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue