Allow selenium namespace ingress to telephony for UI testing
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user