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: normal:
ENABLE_SOCIAL_AUTH: false ENABLE_SOCIAL_AUTH: false
GLITCHTIP_DOMAIN: https://example.com 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:
SECRET_KEY: # Required SECRET_KEY: # Required
# DATABASE_URL: Specify if using external postgres (not managed by this chart) # DATABASE_URL: Specify if using external postgres (not managed by this chart)
@ -57,7 +57,7 @@ web:
livenessProbe: livenessProbe:
failureThreshold: 5 failureThreshold: 5
initialDelaySeconds: 5 initialDelaySeconds: 5
timeoutSeconds: 2 timeoutSeconds: 3
readinessProbe: readinessProbe:
failureThreshold: 10 failureThreshold: 10
initialDelaySeconds: 5 initialDelaySeconds: 5
@ -88,8 +88,8 @@ worker:
autoscaling: autoscaling:
enabled: false enabled: false
minReplicas: 1 minReplicas: 1
maxReplicas: 20 maxReplicas: 10
targetCPU: 90 targetCPU: 100
# targetMemory: 80 # targetMemory: 80
resources: resources:
limits: limits: