We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265d650 commit 663c3d7Copy full SHA for 663c3d7
.github/workflows/deploy-to-prod.yaml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
TEAM: klage
36
CLUSTER: prod-gcp
37
- TIMEOUT: 20m
+ TIMEOUT: 40m
38
VARS: deploy/prod.yaml
39
RESOURCE: deploy/nais.yaml
40
VAR: image=${{ steps.image.outputs.image }}
deploy/nais.yaml
@@ -32,7 +32,7 @@ spec:
32
port: 7095
33
startup:
failureThreshold: 30
- initialDelay: 480
+ initialDelay: 960
path: /internal/health
periodSeconds: 20
timeout: 2
0 commit comments