Skip to content

Commit

Permalink
add healthcheck to reports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 25, 2024
1 parent 874f435 commit cc8004e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions smoketest/compose/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ services:
CRYOSTAT_STORAGE_BASE_URI: http://auth:8080/storage
CRYOSTAT_STORAGE_AUTH_METHOD: Basic
CRYOSTAT_STORAGE_AUTH: dXNlcjpwYXNz # user:pass
healthcheck:
test: curl --fail http://localhost:10001/ || exit 1
retries: 3
interval: 30s
start_period: 30s
timeout: 1s

0 comments on commit cc8004e

Please sign in to comment.