Applying debugging configuration to production for easier troubleshooting

This commit is contained in:
Adam Saleh 2021-11-10 10:37:34 +01:00
parent 0925f3fa13
commit 934fe31260
3 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -62,6 +62,7 @@
- asaleh
- ryanlerch
- mattia
- humaton
tags:
- apply-appowners
when: env == "staging"

View file

@ -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