1
0
forked from k-space/kube

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 apiVersion: networking.k8s.io/v1
kind: NetworkPolicy kind: NetworkPolicy
metadata: metadata:
name: asterisk name: freeswitch
spec: spec:
podSelector: podSelector:
matchLabels: matchLabels:
app: asterisk app: freeswitch
policyTypes: policyTypes:
- Ingress - Ingress
- Egress - Egress