[Fix] Add Prometheus mysql exporter label to network policy

Prometheus mysql exporter is failing because of missing label in
network policy for mysql. This is to add the label to the override
yaml

Change-Id: Ic5e2613303f04d2bfab1229d3818a2fc9b4263bc
Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2019-04-11 16:34:10 -05:00
parent 11d76bb083
commit ed392356f9

View File

@ -75,6 +75,9 @@ network_policy:
- podSelector: - podSelector:
matchLabels: matchLabels:
application: mariadb-backup application: mariadb-backup
- podSelector:
matchLabels:
application: prometheus-mysql-exporter
ports: ports:
- protocol: TCP - protocol: TCP
port: 3306 port: 3306