Allow longer timeout on migration hook

This commit is contained in:
David Burke 2020-01-22 21:47:05 -05:00
parent 1b377a19a1
commit 7a8c1f107d
2 changed files with 4 additions and 2 deletions

View file

@ -6,9 +6,9 @@ metadata:
{{- include "glitchtip.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": post-install,pre-upgrade
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
activeDeadlineSeconds: 60
activeDeadlineSeconds: 180
template:
spec:
restartPolicy: Never

View file

@ -12,6 +12,8 @@ image:
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
databaseURL:
secretKey:
serviceAccount:
# Specifies whether a service account should be created