Skip to content

Commit

Permalink
fixing health check
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Oct 28, 2024
1 parent bd25730 commit 0f62075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
plugins.security.ssl.http.enabled: false
OPENSEARCH_INITIAL_ADMIN_PASSWORD: B9wc9VrqX7pY
options: >-
--health-cmd "curl -f http://localhost:9200/_cluster/health || exit 1"
--health-cmd "curl -f -u admin:${OPENSEARCH_INITIAL_ADMIN_PASSWORD} http://localhost:9200/_cluster/health || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 10
Expand Down

0 comments on commit 0f62075

Please sign in to comment.