Applying debugging configuration to production for easier troubleshooting
This commit is contained in:
parent
0925f3fa13
commit
934fe31260
3 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ nagios_Check_Services:
|
|||
# Since they are used when running playbooks against the master nodes.
|
||||
#
|
||||
bodhi_version: "5.7.1"
|
||||
bodhi_openshift_pods: 2
|
||||
bodhi_openshift_pods: 1
|
||||
|
||||
# GDPR SAR related dictionary
|
||||
sar_openshift:
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
- asaleh
|
||||
- ryanlerch
|
||||
- mattia
|
||||
- humaton
|
||||
tags:
|
||||
- apply-appowners
|
||||
when: env == "staging"
|
||||
|
|
|
@ -65,7 +65,7 @@ items:
|
|||
{% 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"]
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "--preload", "--log-file=-"]
|
||||
{% endif %}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue