Skip to content

Commit d314681

Browse files
authored
Merge pull request #166 from MZC-CSC/develop
fix(docker): mc-observability-influx 헬스체크 start_period 및 interval 조정
2 parents da2a00c + 76e5748 commit d314681

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

conf/docker/docker-compose.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,10 @@ services:
13591359
- ./container-volume/mc-observability/influxdb/influxdb_data:/var/lib/influxdb
13601360
healthcheck:
13611361
test: ["CMD", "curl", "-f", "http://localhost:8086/health"]
1362-
<<: *default-health-check
1362+
interval: 10s
1363+
timeout: 10s
1364+
retries: 30
1365+
start_period: 120s
13631366

13641367
mc-observability-influx-2-init-volumes:
13651368
image: busybox:stable
@@ -1396,7 +1399,10 @@ services:
13961399
- ./container-volume/mc-observability/influxdb/influxdb2_data:/var/lib/influxdb
13971400
healthcheck:
13981401
test: ["CMD", "curl", "-f", "http://localhost:8086/health"]
1399-
<<: *default-health-check
1402+
interval: 10s
1403+
timeout: 10s
1404+
retries: 30
1405+
start_period: 120s
14001406

14011407
##### Remove annotations if data inquiry is required with chronograf during development phase #####
14021408
# mc-observability-chronograf:

0 commit comments

Comments
 (0)