mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Update liveness and readiness to v3 api
This commit is contained in:
parent
e4515e6d03
commit
eac0ccf62e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue