From ab3ab66bcb8fcea5ca379c1481a3acae6e2dcac7 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Thu, 12 Sep 2019 13:07:19 -0500 Subject: [PATCH] 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 --- ingress/values.yaml | 2 ++ libvirt/values.yaml | 2 ++ memcached/values.yaml | 2 ++ rabbitmq/values.yaml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/ingress/values.yaml b/ingress/values.yaml index e5ed848949..38bee4bfe2 100644 --- a/ingress/values.yaml +++ b/ingress/values.yaml @@ -246,6 +246,8 @@ network_policy: ingress: ingress: - {} + egress: + - {} conf: controller: diff --git a/libvirt/values.yaml b/libvirt/values.yaml index d7d34da3f0..420d5576b7 100644 --- a/libvirt/values.yaml +++ b/libvirt/values.yaml @@ -62,6 +62,8 @@ network_policy: libvirt: ingress: - {} + egress: + - {} ceph_client: configmap: ceph-etc diff --git a/memcached/values.yaml b/memcached/values.yaml index cbca71aa40..3ee97369a1 100644 --- a/memcached/values.yaml +++ b/memcached/values.yaml @@ -103,6 +103,8 @@ network_policy: memcached: ingress: - {} + egress: + - {} monitoring: prometheus: diff --git a/rabbitmq/values.yaml b/rabbitmq/values.yaml index 552af4c3cc..6c957873ba 100644 --- a/rabbitmq/values.yaml +++ b/rabbitmq/values.yaml @@ -322,6 +322,8 @@ network_policy: rabbitmq: ingress: - {} + egress: + - {} volume: use_local_path: