asterisk: add network policies

This commit is contained in:
Erki Aas 2023-09-15 11:40:37 +03:00
parent 0eafcfea18
commit 8482f77a47
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: asterisk
spec:
podSelector:
matchLabels:
app: asterisk
policyTypes:
- Ingress
- Egress
ingress:
- from:
- ipBlock:
cidr: 100.101.0.0/16
- from:
- ipBlock:
cidr: 100.102.0.0/16
- from:
- ipBlock:
cidr: 81.90.125.224/32
- from:
- ipBlock:
cidr: 195.222.16.36/32
egress:
- to:
- ipBlock:
cidr: 195.222.16.36/32

View File

@ -0,0 +1 @@
../shared/networkpolicy-base.yml