feat: recover probes for notification service
This commit is contained in:
parent
88d65a424f
commit
102d3a2ec0
@ -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