Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 9, 2024
1 parent eca7497 commit b23a518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
es_api_basic_auth_username: "elastic"
ELASTIC_PASSWORD: "elasticsearch_user_password"
ES_JAVA_OPTS: "-Xms2g -Xmx2g"
discovery.typ: "single-node"
cluster.max_shards_per_node: 6000

options: -e="discovery.type=single-node" --health-cmd="curl -k -u elastic:elasticsearch_user_password https://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
Expand Down

0 comments on commit b23a518

Please sign in to comment.