Skip to content

Commit

Permalink
fixing docker-compose and validate specs ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Aug 3, 2024
1 parent 638d60e commit a6e0a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/opensearch-cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:
memlock:
soft: -1
hard: -1
volumes:
- data1:/usr/share/opensearch/data
ports:
- '9200:9200'
- '9600:9600'
Expand All @@ -43,8 +41,6 @@ services:
memlock:
soft: -1
hard: -1
volumes:
- data2:/usr/share/opensearch/data
networks:
- opensearch-net

Expand Down
4 changes: 2 additions & 2 deletions spec/namespaces/replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ paths:
$ref: '#/components/responses/replication.update_settings@200'
/_plugins/_replication/_autofollow:
post:
operationId: replication.replication_rule.0
x-operation-group: replication.replication_rule
operationId: replication.create_replication_rule.0
x-operation-group: replication.create_replication_rule
x-version-added: '1.1'
description: Automatically starts replication on indexes matching a specified pattern.
externalDocs:
Expand Down

0 comments on commit a6e0a87

Please sign in to comment.