fix(data-service): probe /health/ready instead of /health
This commit is contained in:
parent
c98a69580f
commit
9cbf21173f
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ spec:
|
|||
key: password
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: 8001
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 10
|
||||
|
|
@ -75,7 +75,7 @@ spec:
|
|||
periodSeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: 8001
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue