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