Skip to content

Commit cce68aa

Browse files
committed
2 parents 6da4a4b + 73a8eb0 commit cce68aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/k8s/titiler/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
{{- end }}
3434
ports:
3535
- name: http
36-
containerPort: 80
36+
containerPort: {{ .Values.env.PORT }}
3737
protocol: TCP
3838
livenessProbe:
3939
httpGet:

0 commit comments

Comments
 (0)