fix: allow all ingress traffic to IRC apps

This commit is contained in:
2026-02-10 12:31:11 -05:00
parent 92c2de75c9
commit 89e6bd7d99
2 changed files with 4 additions and 22 deletions
+2 -11
View File
@@ -11,17 +11,8 @@ spec:
- Egress
ingress:
### Allow intra-namespace communication
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: irc
###
### Allow traffic from gateways
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: istio-system
### Allow all ingress traffic (web app needs external access via gateway)
- {}
###
egress:
### Allow DNS resolution
+2 -11
View File
@@ -11,17 +11,8 @@ spec:
- Egress
ingress:
### Allow intra-namespace communication
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: irc
###
### Allow traffic from gateways
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: istio-system
### Allow all ingress traffic (IRC bouncer needs external connections)
- {}
###
egress:
### Allow DNS resolution