fix: change probe path for notification service

This commit is contained in:
icecheng 2025-09-23 16:29:26 +08:00
parent 102d3a2ec0
commit 38734c8281
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