Skip to content

Commit 9d77473

Browse files
fix(k8s): listen on 0.0.0.0
1 parent 7372df1 commit 9d77473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
3131
imagePullPolicy: {{ .Values.image.pullPolicy }}
3232
command: [ 'python3', 'manage.py' ]
33-
args: [ 'runserver', '80' ]
33+
args: [ 'runserver', '0.0.0.0:80' ]
3434
env:
3535
- name: PGHOST
3636
value: {{ include "third-places.fullname" . }}-postgresql

0 commit comments

Comments
 (0)