From: Borislav Glozman Date: Wed, 14 Aug 2019 15:00:20 +0000 (+0000) Subject: Merge "Fix identation in the ingress common template" X-Git-Tag: 5.0.1-ONAP~150 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a1f2436596b01f1db2191b2c6af59cf238d87f37;hp=a3a05b55e7eb3f6611dac87c49754de760f8508f;p=oom.git Merge "Fix identation in the ingress common template" --- diff --git a/kubernetes/common/common/templates/_ingress.tpl b/kubernetes/common/common/templates/_ingress.tpl index a2e5235bb4..9b274ad190 100644 --- a/kubernetes/common/common/templates/_ingress.tpl +++ b/kubernetes/common/common/templates/_ingress.tpl @@ -3,13 +3,13 @@ {{- if .Values.ingress.service -}} {{- range .Values.ingress.service }} - path: {{ .path }} - backend: + backend: serviceName: {{ .name }} servicePort: {{ .port }} {{- end }} {{- else -}} - path: {{ printf "/%s" .Chart.Name }} - backend: + backend: serviceName: {{ .Chart.Name }} servicePort: {{ .Values.service.externalPort }} {{- end -}}