multinode.json
This file should be supplied to the helm upgrade command with -f multinode.json:
{
"charts": {
"rallypoint": {
"values": {
"rallypoint": {
"replicas": 3
}
}
},
"instantConnectEnterprise": {
"values": {
"config": {
"cassandra": {
"nCassandraNodes": 3,
"replicationFactor": 3
},
"elasticsearch": {
"replicas": 3
},
"kafka": {
"kafka": {
"replicas": 3
}
}
}
}
}
}
}