From 071f03439f4696af0caa169c2dbe905466487b3b Mon Sep 17 00:00:00 2001 From: Artyom Petrosov Date: Wed, 17 Jan 2024 12:57:48 +0200 Subject: [PATCH] Chart update --- charts/gks-template/templates/_deployment.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gks-template/templates/_deployment.tpl b/charts/gks-template/templates/_deployment.tpl index b294bbc..58619c7 100644 --- a/charts/gks-template/templates/_deployment.tpl +++ b/charts/gks-template/templates/_deployment.tpl @@ -59,7 +59,7 @@ spec: ports: - containerPort: {{ .Values.service.targetPortNumber }} protocol: TCP - name: http + name: {{ .Values.service.targetPort }} {{- range .Values.service.extraPorts }} - containerPort: {{ .port }} protocol: TCP