Skip to content

Commit

Permalink
Tweak opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jul 31, 2022
1 parent 5cbf1a1 commit 07a88dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
ports:
- 9200:9200
options: >-
-e="http.host=0.0.0.0"
-e="transport.host=127.0.0.1"
-e="discovery.type=single-node"
-e="plugins.security.disabled=true"
--health-cmd="curl http://localhost:9200/_cluster/health"
--health-interval=10s
--health-timeout=5s
Expand Down

0 comments on commit 07a88dc

Please sign in to comment.