elections: set GUNICORN_CMD_ARGS env var
Make gunicorn listen to all interfaces on port 8000 instead of localhost only
This commit is contained in:
parent
d6cfdd4028
commit
c8f9feb792
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ spec:
|
|||
env:
|
||||
- name: KRB5_CONFIG
|
||||
value: /etc/ipa/krb5.conf
|
||||
- name: GUNICORN_CMD_ARGS
|
||||
value: "--bind=0.0.0.0:8000"
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /opt/app-root/config/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue