Start work on 4.0.0 release
This commit is contained in:
parent
68a5568447
commit
7959103b0e
9 changed files with 18 additions and 8 deletions
|
@ -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
|
||||
|
|
Reference in a new issue