Add options to pre install migration
This commit is contained in:
parent
b389611d79
commit
0c47cf8568
3 changed files with 7 additions and 3 deletions
|
@ -18,6 +18,10 @@ 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:
|
||||
enabled: true
|
||||
activeDeadlineSeconds: 900
|
||||
|
||||
web:
|
||||
replicaCount: 2
|
||||
autoscaling:
|
||||
|
|
Reference in a new issue