resultsdb: Use healthcheck endpoint in probes
This commit is contained in:
parent
6ed2d3ab2d
commit
a02810c7a9
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ spec:
|
|||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /api/v2.0/
|
||||
path: /api/v2.0/healthcheck
|
||||
port: 5001
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /api/v2.0/
|
||||
path: /api/v2.0/healthcheck
|
||||
port: 5001
|
||||
resources:
|
||||
limits:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue