From ed392356f9399d9228d30fd21a671242d6ac3ce5 Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Thu, 11 Apr 2019 16:34:10 -0500 Subject: [PATCH] [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 --- tools/deployment/developer/common/050-mariadb.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/deployment/developer/common/050-mariadb.sh b/tools/deployment/developer/common/050-mariadb.sh index ed57f2f6b7..c5507e3dc9 100755 --- a/tools/deployment/developer/common/050-mariadb.sh +++ b/tools/deployment/developer/common/050-mariadb.sh @@ -75,6 +75,9 @@ network_policy: - podSelector: matchLabels: application: mariadb-backup + - podSelector: + matchLabels: + application: prometheus-mysql-exporter ports: - protocol: TCP port: 3306