Start work on 4.0.0 release

This commit is contained in:
David Burke 2024-07-15 16:31:52 -04:00
parent 68a5568447
commit 7959103b0e
9 changed files with 18 additions and 8 deletions

View file

@ -19,8 +19,9 @@ env:
# DATABASE_URL: Specify if using external postgres (not managed by this chart)
# REDIS_URL: Specify if using external redis (not managed by this chart)
preInstall:
migrationJob:
enabled: true
command: ["bin/run-migrate.sh"]
activeDeadlineSeconds: 900
web:
@ -91,7 +92,7 @@ worker:
minReplicas: 1
maxReplicas: 10
targetCPU: 100
# targetMemory: 80
# targetMemory: 100
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 60