We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6da4a4b + 73a8eb0 commit cce68aaCopy full SHA for cce68aa
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