Skip to content

Commit 053ffb4

Browse files
authored
Increase initial liveness and readiness (#166)
* Increase initial liveness and readiness * brain expansion more knowledge better numbers
1 parent d34b3e3 commit 053ffb4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.nais/prod/nais.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,19 @@ spec:
4343
liveness:
4444
path: /health/liveness
4545
port: 10220
46+
failureThreshold: 6
47+
timeout: 3
4648
readiness:
4749
path: /health/readiness
4850
port: 10220
51+
failureThreshold: 6
52+
timeout: 3
4953
startup:
5054
path: /health/readiness
5155
port: 10220
56+
initialDelay: 30
57+
failureThreshold: 10
58+
timeout: 3
5259

5360
prometheus:
5461
enabled: true

.nais/test/nais.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,19 @@ spec:
4444
liveness:
4545
path: /health/liveness
4646
port: 10220
47+
failureThreshold: 6
48+
timeout: 3
4749
readiness:
4850
path: /health/readiness
4951
port: 10220
52+
failureThreshold: 6
53+
timeout: 3
5054
startup:
5155
path: /health/readiness
5256
port: 10220
57+
initialDelay: 30
58+
failureThreshold: 10
59+
timeout: 3
5360

5461
prometheus:
5562
enabled: true

0 commit comments

Comments
 (0)