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:
icecheng 2025-09-23 08:27:24 +00:00
commit 34a05b58a1
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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