resultsdb: Use healthcheck endpoint in probes

This commit is contained in:
Lukas Holecek 2023-06-23 07:12:34 +02:00 committed by kevin
parent 6ed2d3ab2d
commit a02810c7a9

View file

@ -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: