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: