Scale selection
This commit is contained in:
parent
32471cd4c7
commit
15f3daf9f5
@ -66,9 +66,16 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
default: "private=true"
|
default: "private=true"
|
||||||
type: "string"
|
type: "string"
|
||||||
|
- variable: "initial_data_nodes"
|
||||||
|
type: "int"
|
||||||
|
required: true
|
||||||
|
label: "# of initial data nodes"
|
||||||
|
description: "Set the initial number of data nodes"
|
||||||
|
default: 1
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
|
scale: ${initial_data_nodes}
|
||||||
metadata:
|
metadata:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
config:
|
config:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user