commit | faa30c299731f8d1d5f9e98d6db533fde987ea37 | [log] [tgz] |
---|---|---|
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | Thu Jun 02 08:46:11 2022 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Thu Jun 02 08:46:11 2022 +0000 |
tree | bdf3d075c9f722f52abf8d8f065b918f2d597164 | |
parent | 3f11e4452f703798a093187ad763493f290374e4 [diff] | |
parent | e4c99d0fd28122bbbd01d276cde712dfbdfe1873 [diff] |
Merge "[COMMON][MARIADB] Corrected PeerAuthentication matchLabels"
diff --git a/kubernetes/common/mariadb-galera/templates/service.yaml b/kubernetes/common/mariadb-galera/templates/service.yaml index 880bc55..9b4c05e 100644 --- a/kubernetes/common/mariadb-galera/templates/service.yaml +++ b/kubernetes/common/mariadb-galera/templates/service.yaml
@@ -29,7 +29,7 @@ spec: selector: matchLabels: - app: {{ include "common.servicename" . }} + app.kubernetes.io/name: {{ include "common.servicename" . }} portLevelMtls: {{ .Values.service.internalPort }}: mode: DISABLE