Skip to content

Commit 3041102

Browse files
committed
Tweaker readiness/liveness delays
1 parent 21266de commit 3041102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nais/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ spec:
1818
port: 3000
1919
liveness:
2020
path: /api/internal/isAlive
21-
initialDelay: 5
21+
initialDelay: 10
2222
timeout: 10
2323
readiness:
2424
path: /api/internal/isReady
25-
initialDelay: 20
25+
initialDelay: 10
2626
timeout: 10
2727
prometheus:
2828
enabled: true

0 commit comments

Comments
 (0)