2020-05-21 10:09:37 -05:00
|
|
|
---
|
2019-09-11 11:56:08 -05:00
|
|
|
manifests:
|
|
|
|
network_policy: true
|
2019-09-29 20:36:36 -05:00
|
|
|
network_policy:
|
|
|
|
neutron:
|
|
|
|
egress:
|
|
|
|
- to:
|
|
|
|
- ipBlock:
|
2019-12-07 16:22:27 -06:00
|
|
|
cidr: %%%REPLACE_API_ADDR%%%/32
|
2019-09-29 20:36:36 -05:00
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
2019-12-07 16:22:27 -06:00
|
|
|
port: %%%REPLACE_API_PORT%%%
|
2020-05-21 10:09:37 -05:00
|
|
|
...
|