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 e4f1e3d commit 77b8140Copy full SHA for 77b8140
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/pires/docker-elasticsearch:2.3.5
+FROM quay.io/pires/docker-elasticsearch:2.3.5_1
2
3
MAINTAINER pjpires@gmail.com
4
elasticsearch.yml
@@ -27,7 +27,9 @@ cloud:
27
service: ${DISCOVERY_SERVICE}
28
namespace: ${NAMESPACE}
29
discovery:
30
- type: kubernetes
+ type: kubernetes
31
+ zen:
32
+ minimum_master_nodes: ${NUMBER_OF_MASTERS}
33
34
index:
35
number_of_shards: ${NUMBER_OF_SHARDS}
0 commit comments