Fix broken network policy check/gate

This adds a basic egress policy to the charts run by the
network-policy check. A change was recently merged requiring
the eggress tag to be in the chart but did not add it, this
addresses that

Change-Id: I60669c9351db7854cba8c69723eb783a966d2a56
This commit is contained in:
Meg Heisler 2019-05-07 09:51:47 -05:00 committed by Tin Lam
parent 8ea9be76ab
commit e1f2a3cf78
8 changed files with 25 additions and 0 deletions

View File

@ -315,9 +315,13 @@ network_policy:
elasticsearch: elasticsearch:
ingress: ingress:
- {} - {}
egress:
- {}
prometheus-elasticsearch-exporter: prometheus-elasticsearch-exporter:
ingress: ingress:
- {} - {}
egress:
- {}
secrets: secrets:
rgw: rgw:

View File

@ -574,9 +574,13 @@ network_policy:
prometheus-fluentd-exporter: prometheus-fluentd-exporter:
ingress: ingress:
- {} - {}
egress:
- {}
fluentd: fluentd:
ingress: ingress:
- {} - {}
egress:
- {}
pod: pod:
security_context: security_context:

View File

@ -308,6 +308,13 @@ network:
annotations: annotations:
nginx.ingress.kubernetes.io/rewrite-target: / nginx.ingress.kubernetes.io/rewrite-target: /
network_policy:
grafana:
ingress:
- {}
egress:
- {}
secrets: secrets:
oslo_db: oslo_db:
admin: grafana-db-admin admin: grafana-db-admin

View File

@ -105,6 +105,8 @@ network_policy:
kibana: kibana:
ingress: ingress:
- {} - {}
egress:
- {}
secrets: secrets:
elasticsearch: elasticsearch:

View File

@ -151,6 +151,8 @@ network_policy:
ldap: ldap:
ingress: ingress:
- {} - {}
egress:
- {}
data: data:
sample: | sample: |

View File

@ -375,6 +375,8 @@ network_policy:
mariadb: mariadb:
ingress: ingress:
- {} - {}
egress:
- {}
manifests: manifests:
configmap_bin: true configmap_bin: true

View File

@ -191,6 +191,8 @@ network_policy:
nagios: nagios:
ingress: ingress:
- {} - {}
egress:
- {}
pod: pod:
security_context: security_context:

View File

@ -231,6 +231,8 @@ network_policy:
prometheus: prometheus:
ingress: ingress:
- {} - {}
egress:
- {}
secrets: secrets:
tls: tls: