commit | 5cc261736103b6166b2611cb71ee0097f11f9376 | [log] [tgz] |
---|---|---|
author | Li Zi <li.zi30@zte.com.cn> | Fri Aug 31 02:01:53 2018 +0000 |
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | Wed Sep 19 14:21:43 2018 +0000 |
tree | 935bed52cf04d4b00bb85b61aef2f1fcb578bc6a | |
parent | 8e2d02a927c405c9eb5aa537e6499cdf09916e84 [diff] [blame] |
Fix the issue fetch log of esr in kibana Issue-ID: AAI-756 Change-Id: I6c09dfcfc3c8a0ac5a509a08a84397eca5a53673 Signed-off-by: Li Zi <li.zi30@zte.com.cn>
diff --git a/kubernetes/esr/charts/esr-gui/templates/service.yaml b/kubernetes/esr/charts/esr-gui/templates/service.yaml index f197aa1..a847eba 100644 --- a/kubernetes/esr/charts/esr-gui/templates/service.yaml +++ b/kubernetes/esr/charts/esr-gui/templates/service.yaml
@@ -16,7 +16,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ .Values.service.name }} + name: {{ include "common.servicename" . }} namespace: {{ include "common.namespace" . }} labels: app: {{ include "common.name" . }}