Merge pull request #12279 from juliohm1978/master

Change minio livenessProbe to use native httpGet instead of curl.
This commit is contained in:
Martin McKeaveney 2023-11-20 12:04:52 +00:00 committed by GitHub
commit 27b2a3b8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -46,11 +46,9 @@ spec:
image: minio/minio
imagePullPolicy: ""
livenessProbe:
exec:
command:
- curl
- -f
- http://localhost:9000/minio/health/live
httpGet:
path: /minio/health/live
port: 9000
failureThreshold: 3
periodSeconds: 30
timeoutSeconds: 20