diff --git a/helm-charts/vmpooler/templates/deployment-api.yaml b/helm-charts/vmpooler/templates/deployment-api.yaml index d3921b0..f89bec8 100644 --- a/helm-charts/vmpooler/templates/deployment-api.yaml +++ b/helm-charts/vmpooler/templates/deployment-api.yaml @@ -46,13 +46,13 @@ spec: - 'api' livenessProbe: httpGet: - path: /api/v2/status + path: /api/v3/status port: {{ .Values.service.port }} initialDelaySeconds: 40 periodSeconds: 10 readinessProbe: httpGet: - path: /api/v2/status + path: /api/v3/status port: {{ .Values.service.port }} initialDelaySeconds: 40 periodSeconds: 10