mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [incubator/orientdb] Initial commit for OrientDB chart Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Added maintainers to chart Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Trying to fix circle-ci lint fail Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] y u no lint?? Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] error no new line character at the end of file (new-line-at-end-of-file) Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] will this nightmare ever end?? Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Using the github username... Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Support regular and headless services Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Updates for Hazelcast and service name Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Using Orient 3.0.13; parameterized helm test Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Using readiness and liveness probes. Disable testing in case it causes helm e2e to fail Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Control jvm env vars Signed-off-by: Eli Kasik <soujiro32167@gmail.com> * [incubator/orientdb] Bumping chart and app versions Signed-off-by: Eli Kasik <soujiro32167@gmail.com>
15 lines
480 B
JSON
15 lines
480 B
JSON
{
|
|
"autoDeploy": {{ .Values.distributed.autoDeploy }},
|
|
"executionMode": "{{ .Values.distributed.executionMode }}",
|
|
"readQuorum": {{ .Values.distributed.readQuorum }},
|
|
"writeQuorum": "{{ .Values.distributed.writeQuorum }}",
|
|
"readYourWrites": {{ .Values.distributed.readYourWrites }},
|
|
"newNodeStrategy": "{{ .Values.distributed.newNodeStrategy }}",
|
|
"servers": { "*": "master" },
|
|
"clusters": {
|
|
"internal": {},
|
|
"*": {
|
|
"servers": ["<NEW_NODE>"]
|
|
}
|
|
}
|
|
} |