fix: allow all ingress traffic to IRC apps
This commit is contained in:
@@ -11,17 +11,8 @@ spec:
|
|||||||
- Egress
|
- Egress
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
### Allow intra-namespace communication
|
### Allow all ingress traffic (web app needs external access via gateway)
|
||||||
- from:
|
- {}
|
||||||
- namespaceSelector:
|
|
||||||
matchLabels:
|
|
||||||
kubernetes.io/metadata.name: irc
|
|
||||||
###
|
|
||||||
### Allow traffic from gateways
|
|
||||||
- from:
|
|
||||||
- namespaceSelector:
|
|
||||||
matchLabels:
|
|
||||||
kubernetes.io/metadata.name: istio-system
|
|
||||||
###
|
###
|
||||||
egress:
|
egress:
|
||||||
### Allow DNS resolution
|
### Allow DNS resolution
|
||||||
|
|||||||
+2
-11
@@ -11,17 +11,8 @@ spec:
|
|||||||
- Egress
|
- Egress
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
### Allow intra-namespace communication
|
### Allow all ingress traffic (IRC bouncer needs external connections)
|
||||||
- from:
|
- {}
|
||||||
- namespaceSelector:
|
|
||||||
matchLabels:
|
|
||||||
kubernetes.io/metadata.name: irc
|
|
||||||
###
|
|
||||||
### Allow traffic from gateways
|
|
||||||
- from:
|
|
||||||
- namespaceSelector:
|
|
||||||
matchLabels:
|
|
||||||
kubernetes.io/metadata.name: istio-system
|
|
||||||
###
|
###
|
||||||
egress:
|
egress:
|
||||||
### Allow DNS resolution
|
### Allow DNS resolution
|
||||||
|
|||||||
Reference in New Issue
Block a user