Merge pull request 'feat: recover probes for notification service' (#109) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/109
This commit is contained in:
commit
34a05b58a1
@ -34,21 +34,21 @@ notification:
|
||||
config:
|
||||
path: /api/_/readyz
|
||||
port: 8003
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/livez
|
||||
port: 8003
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: notification-service
|
||||
|
||||
@ -32,21 +32,21 @@ notification:
|
||||
config:
|
||||
path: /api/_/readyz
|
||||
port: 8003
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/livez
|
||||
port: 8003
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: notification-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user