Skip to content

Commit 71062a7

Browse files
fix(k8s): override port to 80
1 parent 0eb132b commit 71062a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm-chart/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
- name: {{ .Chart.Name }}
3030
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3131
imagePullPolicy: {{ .Values.image.pullPolicy }}
32+
command: [ 'python3', 'manage.py' ]
33+
args: [ 'runserver', '80' ]
3234
env:
3335
- name: PGHOST
3436
value: {{ include "third-places.fullname" . }}-postgresql

0 commit comments

Comments
 (0)