Chart updates. Change default worker settings to use less ram.

This commit is contained in:
David Burke 2023-07-09 11:27:55 -04:00
parent 7038527dae
commit ff0e47cb00
7 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Default values for glitchtip.
image:
repository: glitchtip/glitchtip
tag: v3.2.0
tag: v3.2.1
pullPolicy: IfNotPresent
imagePullSecrets: []
@ -12,7 +12,8 @@ env:
normal:
ENABLE_SOCIAL_AUTH: false
GLITCHTIP_DOMAIN: https://example.com
CELERY_WORKER_CONCURRENCY: "3" # Remove to set to number of cpus
CELERY_WORKER_AUTOSCALE: "1,3"
CELERY_WORKER_MAX_TASKS_PER_CHILD: "10000"
secret:
SECRET_KEY: # Required
# DATABASE_URL: Specify if using external postgres (not managed by this chart)