Skip to content

Commit fc17132

Browse files
committed
Set GUNICORN_CMD_ARGS to bind 0.0.0.0:5000 in Helm chart
1 parent ffdd432 commit fc17132

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

helm/application/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
ports:
7575
- containerPort: 5000
7676
env:
77+
- name: GUNICORN_CMD_ARGS
78+
value: "--bind=0.0.0.0:5000 --workers=2"
7779
- name: POSTGRES_USER
7880
valueFrom:
7981
secretKeyRef:

0 commit comments

Comments
 (0)