Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72e1812

Browse files
authored
chore(#89): allow specifying pod port (#93)
closes #89
1 parent cae24c1 commit 72e1812

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
@@ -54,11 +54,11 @@ spec:
5454
{{- end }}
5555
ports:
5656
- name: http
57-
containerPort: 80
57+
containerPort: {{ .Values.service.port }}
5858
protocol: TCP
5959
args:
6060
- --address
61-
- 0.0.0.0:80
61+
- "0.0.0.0:{{ .Values.service.port }}"
6262
{{- if .Values.persistence.artifactory.enabled }}
6363
- --artifactory
6464
- {{ .Values.persistence.artifactory.uri }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /