fix: change probe path for notification service
This commit is contained in:
parent
102d3a2ec0
commit
38734c8281
@ -32,7 +32,7 @@ notification:
|
||||
readiness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/readyz
|
||||
path: /api/_/livez
|
||||
port: 8003
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
|
||||
@ -30,7 +30,7 @@ notification:
|
||||
readiness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/readyz
|
||||
path: /api/_/livez
|
||||
port: 8003
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user