Add default Network Policies for Mariadb Prometheus Exporter
Due to missing default policies for MySQL Prometheus Exporter the Pod fails to start. Change-Id: Ib9f013f97a83da0c2e36f2d38e54ae0a906700e5
This commit is contained in:
parent
02af18d5dc
commit
f173d6103f
@ -502,6 +502,11 @@ network_policy:
|
|||||||
- {}
|
- {}
|
||||||
egress:
|
egress:
|
||||||
- {}
|
- {}
|
||||||
|
prometheus-mysql-exporter:
|
||||||
|
ingress:
|
||||||
|
- {}
|
||||||
|
egress:
|
||||||
|
- {}
|
||||||
|
|
||||||
manifests:
|
manifests:
|
||||||
configmap_bin: true
|
configmap_bin: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user