mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user