Merge "[COMMON][MARIADB] Corrected PeerAuthentication matchLabels"
authorFiachra Corcoran <fiachra.corcoran@est.tech>
Thu, 2 Jun 2022 08:46:11 +0000 (08:46 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 2 Jun 2022 08:46:11 +0000 (08:46 +0000)
kubernetes/common/mariadb-galera/templates/service.yaml

index 880bc55..9b4c05e 100644 (file)
@@ -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