Merge pull request 'feat: increase initialDelaySeconds for notification service probes' (#93) from feature/icecheng/add-node into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/93
This commit is contained in:
commit
6f14d80bdf
@ -34,7 +34,7 @@ notification:
|
|||||||
config:
|
config:
|
||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8003
|
port: 8003
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
@ -44,7 +44,7 @@ notification:
|
|||||||
config:
|
config:
|
||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8003
|
port: 8003
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|||||||
@ -32,7 +32,7 @@ notification:
|
|||||||
config:
|
config:
|
||||||
path: /api/_/readyz
|
path: /api/_/readyz
|
||||||
port: 8003
|
port: 8003
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
@ -42,7 +42,7 @@ notification:
|
|||||||
config:
|
config:
|
||||||
path: /api/_/livez
|
path: /api/_/livez
|
||||||
port: 8003
|
port: 8003
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 15
|
periodSeconds: 15
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user