Skip to content

Commit 663c3d7

Browse files
committed
Allow more time for db migration.
1 parent 265d650 commit 663c3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
TEAM: klage
3636
CLUSTER: prod-gcp
37-
TIMEOUT: 20m
37+
TIMEOUT: 40m
3838
VARS: deploy/prod.yaml
3939
RESOURCE: deploy/nais.yaml
4040
VAR: image=${{ steps.image.outputs.image }}

deploy/nais.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
port: 7095
3333
startup:
3434
failureThreshold: 30
35-
initialDelay: 480
35+
initialDelay: 960
3636
path: /internal/health
3737
periodSeconds: 20
3838
timeout: 2

0 commit comments

Comments
 (0)