Skip to content

Commit

Permalink
Add note to vespa healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Jul 10, 2024
1 parent 10047b1 commit d88bcdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deployment/vespa.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM vespaengine/vespa:8

# NOTE: this HEALTHCHECK will only work *after* Vespa is configured with setup_vespa_db script
HEALTHCHECK CMD curl -f 'http://localhost:8080/status.html' || exit 1

0 comments on commit d88bcdc

Please sign in to comment.