From 4cebb368ce8a00701a2030b282928d5453d5359b Mon Sep 17 00:00:00 2001 From: kentsanggds Date: Wed, 2 Oct 2024 10:42:38 +0100 Subject: [PATCH] Set CKAN pod on debug --- charts/app-of-apps/values-staging.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/app-of-apps/values-staging.yaml b/charts/app-of-apps/values-staging.yaml index abbea02..4568b62 100644 --- a/charts/app-of-apps/values-staging.yaml +++ b/charts/app-of-apps/values-staging.yaml @@ -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 @@ -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