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:
Gage Hugo 2019-09-12 13:07:19 -05:00
parent 010fc1fc65
commit ab3ab66bcb
4 changed files with 8 additions and 0 deletions

View File

@ -246,6 +246,8 @@ network_policy:
ingress: ingress:
ingress: ingress:
- {} - {}
egress:
- {}
conf: conf:
controller: controller:

View File

@ -62,6 +62,8 @@ network_policy:
libvirt: libvirt:
ingress: ingress:
- {} - {}
egress:
- {}
ceph_client: ceph_client:
configmap: ceph-etc configmap: ceph-etc

View File

@ -103,6 +103,8 @@ network_policy:
memcached: memcached:
ingress: ingress:
- {} - {}
egress:
- {}
monitoring: monitoring:
prometheus: prometheus:

View File

@ -322,6 +322,8 @@ network_policy:
rabbitmq: rabbitmq:
ingress: ingress:
- {} - {}
egress:
- {}
volume: volume:
use_local_path: use_local_path: