From 73a8eb00bcf14151667579dd859b411ddd2636f4 Mon Sep 17 00:00:00 2001 From: FischerLGLN <73581072+FischerLGLN@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:34:23 +0200 Subject: [PATCH] Templated deployment containerPort via env.PORT (#486) Signed-off-by: FischerLGLN --- deployment/k8s/titiler/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/k8s/titiler/templates/deployment.yaml b/deployment/k8s/titiler/templates/deployment.yaml index b851655a9..9858c13a6 100644 --- a/deployment/k8s/titiler/templates/deployment.yaml +++ b/deployment/k8s/titiler/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: {{- end }} ports: - name: http - containerPort: 80 + containerPort: {{ .Values.env.PORT }} protocol: TCP livenessProbe: httpGet: