fixed empty line, fixed syntax error
This commit is contained in:
parent
f31d97c613
commit
17891ed056
@ -116,4 +116,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
es-data-volume:
|
es-data-volume:
|
||||||
driver: local
|
driver: local
|
||||||
per_container: true
|
per_container: true
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
description: "Memory limit in Byte per elasticsearch container. AT LEAST double the heap size! (data nodes)"
|
description: "Memory limit in Byte per elasticsearch container. AT LEAST double the heap size! (data nodes)"
|
||||||
default: 1073741824
|
default: 1073741824
|
||||||
|
|
||||||
- variable: "client_heap_size"
|
- variable: "client_heap_size"
|
||||||
type: "string"
|
type: "string"
|
||||||
required: true
|
required: true
|
||||||
label: "Heap size (client nodes)"
|
label: "Heap size (client nodes)"
|
||||||
@ -89,4 +89,4 @@ es-data:
|
|||||||
scale: ${initial_data_nodes}
|
scale: ${initial_data_nodes}
|
||||||
|
|
||||||
es-client:
|
es-client:
|
||||||
scale: ${initial_client_nodes}
|
scale: ${initial_client_nodes}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user