From 65b8851b33cf8c2ba1d4b148315723a1eec8d7e1 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Mon, 24 Oct 2022 20:14:25 -0500 Subject: [PATCH] fix: protocol --- helm/templates/ksvc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/templates/ksvc.yaml b/helm/templates/ksvc.yaml index 0d20400..7f36ed6 100755 --- a/helm/templates/ksvc.yaml +++ b/helm/templates/ksvc.yaml @@ -22,6 +22,7 @@ spec: - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" ports: - containerPort: {{ .Values.service.internalPort }} + protocol: TCP env: {{- range $pkey, $pval := .Values.env }} - name: {{ $pkey }}