Skip to content

Commit

Permalink
Set CKAN pod on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Oct 2, 2024
1 parent 654f577 commit 4cebb36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/app-of-apps/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ckanHelmValues:
environment: staging
ckan:
replicaCount: 1
args: ["gunicorn --bind 0.0.0.0:5000 wsgi:application --timeout 120 --workers 8"]
# args: ["sleep 30000"]
# args: ["gunicorn --bind 0.0.0.0:5000 wsgi:application --timeout 120 --workers 8"]
args: ["sleep 30000"]

ingress:
host: ckan.eks.staging.govuk.digital
Expand All @@ -29,8 +29,8 @@ ckanHelmValues:
tls:
enabled: true
probes:
# enabled: false
enabled: true
enabled: false
# enabled: true
ckanIniConfigMap: ckan-production-ini-2-10
config:
dbInit: false
Expand Down

0 comments on commit 4cebb36

Please sign in to comment.