We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e7059 commit d0bb1cbCopy full SHA for d0bb1cb
1 file changed
deploy/kustomize/web/network-policy.yaml
@@ -20,7 +20,7 @@ spec:
20
- podSelector: {}
21
ports:
22
- protocol: TCP
23
- port: 8080 # HTTP
+ port: 8080
24
# Allow ingress from ingress-nginx namespace
25
- from:
26
- namespaceSelector:
@@ -32,8 +32,6 @@ spec:
32
33
34
port: 8080
35
- - protocol: TCP
36
- port: 80
37
# Allow ingress from traefik namespace
38
39
@@ -45,5 +43,3 @@ spec:
45
43
46
44
47
48
49
0 commit comments