Merge pull request #12279 from juliohm1978/master
Change minio livenessProbe to use native httpGet instead of curl.
This commit is contained in:
commit
27b2a3b8d7
|
@ -46,11 +46,9 @@ spec:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
imagePullPolicy: ""
|
imagePullPolicy: ""
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
httpGet:
|
||||||
command:
|
path: /minio/health/live
|
||||||
- curl
|
port: 9000
|
||||||
- -f
|
|
||||||
- http://localhost:9000/minio/health/live
|
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 20
|
timeoutSeconds: 20
|
||||||
|
|
Loading…
Reference in New Issue