Skip to content

Commit 197f889

Browse files
authored
chore: Update MinIO healthcheck settings in compose files (#7883)
1 parent 3f32e6d commit 197f889

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker-compose.halfstack-ha.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ services:
385385
command: server /data --console-address ":9001"
386386
healthcheck:
387387
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
388-
interval: 30s
389-
timeout: 20s
390-
retries: 3
388+
interval: 5s
389+
timeout: 3s
390+
retries: 10
391391

392392
networks:
393393
half:

docker-compose.halfstack-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ services:
200200
command: server /data --console-address ":9001"
201201
healthcheck:
202202
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
203-
interval: 30s
204-
timeout: 20s
205-
retries: 3
203+
interval: 5s
204+
timeout: 3s
205+
retries: 10
206206

207207
networks:
208208
half:

0 commit comments

Comments
 (0)