We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d03d32 commit 73a8eb0Copy full SHA for 73a8eb0
deployment/k8s/titiler/templates/deployment.yaml
@@ -33,7 +33,7 @@ spec:
33
{{- end }}
34
ports:
35
- name: http
36
- containerPort: 80
+ containerPort: {{ .Values.env.PORT }}
37
protocol: TCP
38
livenessProbe:
39
httpGet:
0 commit comments