Skip to content

Commit

Permalink
Templated deployment containerPort via env.PORT (#486)
Browse files Browse the repository at this point in the history
Signed-off-by: FischerLGLN <[email protected]>
  • Loading branch information
FischerLGLN authored Jun 17, 2022
1 parent 5d03d32 commit 73a8eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/k8s/titiler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.env.PORT }}
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit 73a8eb0

Please sign in to comment.