Skip to content

Commit

Permalink
correct healthchecks for vertx agent test applications
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 30, 2024
1 parent f5b6342 commit e0bf7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/sample_apps/vertx-cryostat-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
- "8911"
restart: always
healthcheck:
test: curl --fail http://localhost:8081 || exit 1
test: curl --fail http://localhost:8082 || exit 1
interval: 10s
retries: 3
start_period: 30s
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
- "8912"
restart: always
healthcheck:
test: curl --fail http://localhost:8081 || exit 1
test: curl --fail http://localhost:8083 || exit 1
interval: 10s
retries: 3
start_period: 30s
Expand All @@ -126,7 +126,7 @@ services:
- "8084:8084"
restart: always
healthcheck:
test: curl --fail http://localhost:8081 || exit 1
test: curl --fail http://localhost:8084 || exit 1
interval: 10s
retries: 3
start_period: 30s
Expand Down

0 comments on commit e0bf7d9

Please sign in to comment.