Allow longer timeout on migration hook
This commit is contained in:
parent
1b377a19a1
commit
7a8c1f107d
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue