freeswitch: fix network policy

This commit is contained in:
Erki Aas 2024-10-01 20:27:08 +03:00
parent c14a313c57
commit 36bf431259

View File

@ -2,11 +2,11 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: asterisk
name: freeswitch
spec:
podSelector:
matchLabels:
app: asterisk
app: freeswitch
policyTypes:
- Ingress
- Egress