Merge pull request 'fix: change probe path for notification service' (#110) from icecheng/feature into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/110
This commit is contained in:
icecheng 2025-09-23 08:30:13 +00:00
commit 47d7edd854
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ notification:
readiness:
type: httpGet
config:
path: /api/_/readyz
path: /api/_/livez
port: 8003
initialDelaySeconds: 60
periodSeconds: 30

View File

@ -30,7 +30,7 @@ notification:
readiness:
type: httpGet
config:
path: /api/_/readyz
path: /api/_/livez
port: 8003
initialDelaySeconds: 60
periodSeconds: 30