Add open egress rules to multiple infra charts
This change adds egress rules to the following charts: - ingress - memcache - libvirt - rabbitmq These rules will be tightend down in future changes Change-Id: I6f297d50ca4c06234c7c79986a12cccf3beb5efb
This commit is contained in:
parent
010fc1fc65
commit
ab3ab66bcb
@ -246,6 +246,8 @@ network_policy:
|
|||||||
ingress:
|
ingress:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
conf:
|
conf:
|
||||||
controller:
|
controller:
|
||||||
|
@ -62,6 +62,8 @@ network_policy:
|
|||||||
libvirt:
|
libvirt:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
ceph_client:
|
ceph_client:
|
||||||
configmap: ceph-etc
|
configmap: ceph-etc
|
||||||
|
@ -103,6 +103,8 @@ network_policy:
|
|||||||
memcached:
|
memcached:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
prometheus:
|
prometheus:
|
||||||
|
@ -322,6 +322,8 @@ network_policy:
|
|||||||
rabbitmq:
|
rabbitmq:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
volume:
|
volume:
|
||||||
use_local_path:
|
use_local_path:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user