Skip to content

Commit

Permalink
No healthz yet
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Feb 14, 2024
1 parent c32cd87 commit a425203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/new-configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DEFAULT_EXTRA_CONFIG="{}" # this is needed for mac to work, because EXTRA_CONFIG
EXTRA_CONFIG="${3:-$DEFAULT_EXTRA_CONFIG}" # this defaults to '{}'

# wait until the server is up and running
"${CURRENT_DIR}/wait-until" --timeout=30 --report -- sh -c 'curl -fsS "http://${CONFIGURATION_SERVER}/healthz" > /dev/null'
"${CURRENT_DIR}/wait-until" --timeout=30 --report -- sh -c 'curl -fsS "http://${CONFIGURATION_SERVER}/health" > /dev/null'

function get {
# write HTTP responses to this file
Expand Down

0 comments on commit a425203

Please sign in to comment.