Allow longer timeout on migration hook
This commit is contained in:
parent
1b377a19a1
commit
7a8c1f107d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue