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 }} {{- include "glitchtip.labels" . | nindent 4 }}
annotations: annotations:
"helm.sh/hook": post-install,pre-upgrade "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: spec:
activeDeadlineSeconds: 60 activeDeadlineSeconds: 180
template: template:
spec: spec:
restartPolicy: Never restartPolicy: Never

View file

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