From: Andreas Geissler Date: Mon, 9 May 2022 11:25:39 +0000 (+0200) Subject: [COMMON][MARIADB] Corrected PeerAuthentication matchLabels X-Git-Tag: 11.0.0~126^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=e4c99d0fd28122bbbd01d276cde712dfbdfe1873 [COMMON][MARIADB] Corrected PeerAuthentication matchLabels The matchLabels should use the existing Label: app.kubernetes.io/name instead of adding a new label Issue-ID: OOM-2820 Signed-off-by: Andreas Geissler Change-Id: I9d4405f2855f34cc32085ba571478dafa344e51e --- diff --git a/kubernetes/common/mariadb-galera/templates/service.yaml b/kubernetes/common/mariadb-galera/templates/service.yaml index 880bc55612..9b4c05ef70 100644 --- a/kubernetes/common/mariadb-galera/templates/service.yaml +++ b/kubernetes/common/mariadb-galera/templates/service.yaml @@ -29,7 +29,7 @@ metadata: spec: selector: matchLabels: - app: {{ include "common.servicename" . }} + app.kubernetes.io/name: {{ include "common.servicename" . }} portLevelMtls: {{ .Values.service.internalPort }}: mode: DISABLE