From ae4c3f1e4da51bd138fff4c7f72940efb1da2293 Mon Sep 17 00:00:00 2001 From: David Burke Date: Fri, 14 Apr 2023 18:13:11 +0000 Subject: [PATCH] Update values.yaml --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 979b961..91c192c 100644 --- a/values.yaml +++ b/values.yaml @@ -12,7 +12,7 @@ env: normal: ENABLE_SOCIAL_AUTH: false GLITCHTIP_DOMAIN: https://example.com - CELERY_WORKER_CONCURRENCY: "2" # Remove to set to number of cpus + CELERY_WORKER_CONCURRENCY: "3" # Remove to set to number of cpus secret: SECRET_KEY: # Required # DATABASE_URL: Specify if using external postgres (not managed by this chart) @@ -57,7 +57,7 @@ web: livenessProbe: failureThreshold: 5 initialDelaySeconds: 5 - timeoutSeconds: 2 + timeoutSeconds: 3 readinessProbe: failureThreshold: 10 initialDelaySeconds: 5 @@ -88,8 +88,8 @@ worker: autoscaling: enabled: false minReplicas: 1 - maxReplicas: 20 - targetCPU: 90 + maxReplicas: 10 + targetCPU: 100 # targetMemory: 80 resources: limits: