Skip to content

Commit

Permalink
Adjust opensearch ci service
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 8, 2024
1 parent d2adc1e commit 3e66700
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,16 @@ jobs:
--health-timeout 5s
--health-retries 10
opensearch:
image: opensearchproject/opensearch:1.3.18
env:
discovery.type: single-node
image: opensearchproject/opensearch:2.13.0
ports:
- 9200:9200
- 9600:9600
options: >-
--health-cmd "curl http://localhost:9200/_cluster/health"
-e "discovery.type=single-node"
-e "DISABLE_SECURITY_PLUGIN=true"
--health-cmd "curl 127.0.0.1:9200"
--health-interval 10s
--health-timeout 5s
--health-retries 10
--health-retries 15
memcached:
image: memcached:latest
ports:
Expand Down

0 comments on commit 3e66700

Please sign in to comment.