From 9674362cb55fec94d83d0de8e9de68dc874d0d3c Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Fri, 10 Jun 2022 01:24:26 +0530 Subject: [PATCH] Update service.yaml --- helm-chart/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/service.yaml b/helm-chart/templates/service.yaml index abb1b29..9855a8b 100644 --- a/helm-chart/templates/service.yaml +++ b/helm-chart/templates/service.yaml @@ -8,7 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: {{ .Values.service.targetPort }} protocol: TCP name: http selector: