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 d9dff44 commit 5adb39dCopy full SHA for 5adb39d
elasticsearch.yml
@@ -28,4 +28,3 @@ cloud:
28
namespace: ${NAMESPACE}
29
discovery:
30
type: kubernetes
31
- zen.ping.multicast.enabled: false
run.sh
@@ -13,7 +13,6 @@ export NODE_MASTER=${NODE_MASTER:-true}
13
export NODE_DATA=${NODE_DATA:-true}
14
export HTTP_ENABLE=${HTTP_ENABLE:-true}
15
export NETWORK_HOST=${NETWORK_HOST:-_site_}
16
-export MULTICAST=${MULTICAST:-true}
17
export HTTP_CORS_ENABLE=${HTTP_CORS_ENABLE:-true}
18
export HTTP_CORS_ALLOW_ORIGIN=${HTTP_CORS_ALLOW_ORIGIN:-*}
19
0 commit comments