Allow selenium namespace ingress to telephony for UI testing

This commit is contained in:
2026-03-15 16:38:19 +00:00
parent efc3dc5b4e
commit 84a590dfba

View File

@@ -219,6 +219,14 @@ spec:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: traefik-system kubernetes.io/metadata.name: traefik-system
# Allow Selenium Grid for automated UI testing
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: selenium
ports:
- port: 5100
protocol: TCP
# Allow SIP/RTP from external sources (Yealink phones, Twilio SIP trunk) # Allow SIP/RTP from external sources (Yealink phones, Twilio SIP trunk)
- from: - from:
- ipBlock: - ipBlock:
@@ -309,3 +317,4 @@ spec:
port: 5100 port: 5100
tls: tls:
secretName: telephony-internal-tls secretName: telephony-internal-tls