blob: 84557be1f281efde32ae356bdc952f3aad55017d [file] [log] [blame]
Mohammed Naser55ff4452023-11-28 22:34:47 -05001---
2manifests:
3 network_policy: true
4network_policy:
5 placement:
6 egress:
7 - {}
8 ingress:
9 - from:
10 - podSelector:
11 matchLabels:
12 application: nova
13 ports:
14 - protocol: TCP
15 port: 8778
16 - protocol: TCP
17 port: 80
18 - protocol: TCP
19 port: 8080
20...