Skip to content

Commit 5fda228

Browse files
vskjefstJMLindseth
andcommitted
Sett initial delay på liveness- og readiness-probes
Appen starter ikke opp i dev, vi håper at det er på grunn av en K8S probe som ikke får svar, og sender shutdown Co-authored-by: John Martin Lindseth <[email protected]>
1 parent f40fbf9 commit 5fda228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nais/dev/nais.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ spec:
1818
webproxy: true
1919
liveness:
2020
path: /isAlive
21+
initialDelay: 60
2122
readiness:
2223
path: /isReady
23-
initialDelay: 30
24+
initialDelay: 60
2425
prometheus:
2526
enabled: true
2627
path: /metrics

0 commit comments

Comments
 (0)