Skip to content

Commit cf77bb7

Browse files
committed
chore(#89): allow specifying pod port
closes #89
1 parent 590fadd commit cf77bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ spec:
4949
{{- end }}
5050
ports:
5151
- name: http
52-
containerPort: 80
52+
containerPort: {{ .Values.service.port }}
5353
protocol: TCP
5454
args:
5555
- --address
56-
- 0.0.0.0:80
56+
- "0.0.0.0:{{ .Values.service.port }}"
5757
{{- if .Values.persistence.artifactory.enabled }}
5858
- --artifactory
5959
- {{ .Values.persistence.artifactory.uri }}

0 commit comments

Comments
 (0)