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 - 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
View File
@@ -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