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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,6 +12,8 @@ image:
 | 
			
		|||
imagePullSecrets: []
 | 
			
		||||
nameOverride: ""
 | 
			
		||||
fullnameOverride: ""
 | 
			
		||||
databaseURL:
 | 
			
		||||
secretKey:
 | 
			
		||||
 | 
			
		||||
serviceAccount:
 | 
			
		||||
  # Specifies whether a service account should be created
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue