Skip to content

Commit 265d650

Browse files
committed
Allow more time for db migration.
1 parent 4c91ed8 commit 265d650

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

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

deploy/nais.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ spec:
3131
- name: kabal-smart-editor-api
3232
port: 7095
3333
startup:
34-
failureThreshold: 20
35-
initialDelay: 30
34+
failureThreshold: 30
35+
initialDelay: 480
3636
path: /internal/health
37-
periodSeconds: 10
37+
periodSeconds: 20
3838
timeout: 2
3939
liveness:
4040
path: /internal/health

0 commit comments

Comments
 (0)