Skip to content

Commit eac0ccf

Browse files
committed
Update liveness and readiness to v3 api
1 parent e4515e6 commit eac0ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-charts/vmpooler/templates/deployment-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ spec:
4646
- 'api'
4747
livenessProbe:
4848
httpGet:
49-
path: /api/v2/status
49+
path: /api/v3/status
5050
port: {{ .Values.service.port }}
5151
initialDelaySeconds: 40
5252
periodSeconds: 10
5353
readinessProbe:
5454
httpGet:
55-
path: /api/v2/status
55+
path: /api/v3/status
5656
port: {{ .Values.service.port }}
5757
initialDelaySeconds: 40
5858
periodSeconds: 10

0 commit comments

Comments
 (0)