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:
parent
8ea9be76ab
commit
e1f2a3cf78
@ -315,9 +315,13 @@ network_policy:
|
|||||||
elasticsearch:
|
elasticsearch:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
prometheus-elasticsearch-exporter:
|
prometheus-elasticsearch-exporter:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
rgw:
|
rgw:
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -105,6 +105,8 @@ network_policy:
|
|||||||
kibana:
|
kibana:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
|
@ -151,6 +151,8 @@ network_policy:
|
|||||||
ldap:
|
ldap:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
data:
|
data:
|
||||||
sample: |
|
sample: |
|
||||||
|
@ -375,6 +375,8 @@ network_policy:
|
|||||||
mariadb:
|
mariadb:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
manifests:
|
manifests:
|
||||||
configmap_bin: true
|
configmap_bin: true
|
||||||
|
@ -191,6 +191,8 @@ network_policy:
|
|||||||
nagios:
|
nagios:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
security_context:
|
security_context:
|
||||||
|
@ -231,6 +231,8 @@ network_policy:
|
|||||||
prometheus:
|
prometheus:
|
||||||
ingress:
|
ingress:
|
||||||
- {}
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
tls:
|
tls:
|
||||||
|
Loading…
Reference in New Issue
Block a user