Update values.yaml

This commit is contained in:
David Burke 2023-04-14 18:13:11 +00:00
parent 5545d3ea2c
commit ae4c3f1e4d

View file

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