Add options to pre install migration

This commit is contained in:
David Burke 2022-11-29 20:58:29 -05:00
parent b389611d79
commit 0c47cf8568
3 changed files with 7 additions and 3 deletions

View file

@ -14,11 +14,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.0.1
version: 2.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.0.7
appVersion: 3.0.0
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg

@ -1 +1 @@
Subproject commit ccfcb1bc23415b173a997f0844a1b20ca81fc7c8
Subproject commit a28b11717489dc31da23d3e6c340fc0aa8cbfc63

View file

@ -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: