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
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v2.0/
|
path: /api/v2.0/healthcheck
|
||||||
port: 5001
|
port: 5001
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v2.0/
|
path: /api/v2.0/healthcheck
|
||||||
port: 5001
|
port: 5001
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue