Define default netpol for openstack-exporter

This change adds default network policy definitions for ingress/egress
in the prometheus-openstack-exporter chart to allow all traffic.

This also adds a netpol value override to enable network policy for
various network policy checks.

Change-Id: If1314420d5038174e8641c9809de65b23853d3f3
This commit is contained in:
Gage Hugo 2019-09-26 11:33:39 -05:00
parent c3a1ae43fd
commit a6ffe2f161
2 changed files with 9 additions and 0 deletions

View File

@ -204,6 +204,13 @@ network:
openstack_metrics_exporter:
port: 9103
network_policy:
prometheus-openstack-exporter:
ingress:
- {}
egress:
- {}
manifests:
configmap_bin: true
deployment: true

View File

@ -0,0 +1,2 @@
manifests:
network_policy: true