Skip to content
Snippets Groups Projects
Verified Commit befd013b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(shared): Add explicit access to ingress controller

parent 0024e0ae
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,18 @@ metadata: ...@@ -5,6 +5,18 @@ metadata:
name: allow-to-public-web name: allow-to-public-web
spec: spec:
egress: egress:
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: nginx-system
podSelector:
matchLabels:
app.kubernetes.io/name: haproxy
ports:
- protocol: TCP
port: 80
- protocol: TCP
port: 443
- to: - to:
- ipBlock: - ipBlock:
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment