Skip to content

Commit 73a8eb0

Browse files
authored
Templated deployment containerPort via env.PORT (#486)
Signed-off-by: FischerLGLN <maik.fischer@lgln.niedersachsen.de>
1 parent 5d03d32 commit 73a8eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/k8s/titiler/templates/deployment.yaml

+1-1
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)