diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-09-13 13:20:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-13 13:20:01 +0000 |
commit | a859647740e19b62c44244e256c48a8847900259 (patch) | |
tree | da1176d7f7f609a3785bf333e8a8a6f54e3f3776 /kubernetes/common/mariadb-galera/templates/service.yaml | |
parent | 62927a13cd4b1457d1ebfbd838a4cba145aa9c98 (diff) | |
parent | 47b1b82fdabe343c6c2b2d076e3b76d9ffee0314 (diff) |
Merge "Upgrade APPC to use common mariadb galera charts"
Diffstat (limited to 'kubernetes/common/mariadb-galera/templates/service.yaml')
-rw-r--r-- | kubernetes/common/mariadb-galera/templates/service.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/common/mariadb-galera/templates/service.yaml b/kubernetes/common/mariadb-galera/templates/service.yaml index a025441a44..ae11a26629 100644 --- a/kubernetes/common/mariadb-galera/templates/service.yaml +++ b/kubernetes/common/mariadb-galera/templates/service.yaml @@ -17,7 +17,8 @@ kind: Service metadata: annotations: service.alpha.kubernetes.io/tolerate-unready-endpoints: "true" - name: {{ include "common.servicename" . }} +# name: {{ include "common.servicename" . }} + name: {{ .Values.service.name }} namespace: {{ include "common.namespace" . }} labels: app: {{ include "common.fullname" . }} |