Merge "update log helm chart from 2 to 3.0.0"
[oom.git] / kubernetes / common / mariadb-galera / templates / service.yaml
index a025441..ae11a26 100644 (file)
@@ -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" . }}