We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aa25a commit c25b7acCopy full SHA for c25b7ac
.github/workflows/cicd.yml
@@ -28,6 +28,7 @@ jobs:
28
xpack.security.enabled: false
29
xpack.security.transport.ssl.enabled: false
30
ES_JAVA_OPTS: -Xms512m -Xmx1g
31
+ action.destructive_requires_name: false
32
ports:
33
- 9200:9200
34
@@ -44,6 +45,7 @@ jobs:
44
45
46
47
48
49
50
- 9400:9400
51
@@ -60,6 +62,7 @@ jobs:
60
62
plugins.security.disabled: true
61
63
plugins.security.ssl.http.enabled: true
64
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
65
66
67
- 9202:9202
68
0 commit comments