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 4c91ed8 commit 265d650Copy full SHA for 265d650
.github/workflows/deploy-to-prod.yaml
@@ -34,6 +34,7 @@ jobs:
34
env:
35
TEAM: klage
36
CLUSTER: prod-gcp
37
+ TIMEOUT: 20m
38
VARS: deploy/prod.yaml
39
RESOURCE: deploy/nais.yaml
40
VAR: image=${{ steps.image.outputs.image }}
deploy/nais.yaml
@@ -31,10 +31,10 @@ spec:
31
- name: kabal-smart-editor-api
32
port: 7095
33
startup:
- failureThreshold: 20
- initialDelay: 30
+ failureThreshold: 30
+ initialDelay: 480
path: /internal/health
- periodSeconds: 10
+ periodSeconds: 20
timeout: 2
liveness:
0 commit comments