openshift / bodhi / staging: adjust bodhi-web arguments to try and figure out why it's crashing on start
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
dba7d2d870
commit
2c15d84a87
1 changed files with 4 additions and 0 deletions
|
@ -59,7 +59,11 @@ items:
|
|||
- name: bodhi-web
|
||||
image: bodhi-base:latest
|
||||
command: ["gunicorn"]
|
||||
{% if env == "staging" %}
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "--preload", "--log-file=-"]
|
||||
{% else %}
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180"]
|
||||
{% endif %}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue