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:
commit
47d7edd854
@ -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