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>
81 lines
1.3 KiB
YAML
81 lines
1.3 KiB
YAML
replicaCount: 1
|
|
|
|
# random if not set
|
|
# rootPassword: root123
|
|
|
|
image:
|
|
name: orientdb
|
|
tag: 3.0.13
|
|
pullPolicy: IfNotPresent
|
|
|
|
# distributed settings for default-distributed-db-config.json
|
|
distributed:
|
|
enabled: false
|
|
autoDeploy: true
|
|
executionMode: undefined
|
|
readQuorum: 1
|
|
writeQuorum: majority
|
|
newNodeStrategy: static
|
|
readYourWrites: true
|
|
|
|
service:
|
|
type: ClusterIP
|
|
orientHttp: 2480
|
|
hazelcast: 2434
|
|
orientBinary: 2424
|
|
gremlinWebsocket: 8182
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations: {}
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "2Gi"
|
|
limits:
|
|
cpu: "2000m"
|
|
memory: "8Gi"
|
|
|
|
jvm: {}
|
|
# Optional jvm settings:
|
|
# memory: "-Xms800m -Xmx800m"
|
|
# options: "-Djna.nosys=true -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true -Dfile.encoding=UTF8 -Drhino.opt.level=9"
|
|
# settings: "-Dstorage.diskCache.bufferSize=7200"
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
readinessProbe:
|
|
enabled: true
|
|
|
|
livenessProbe:
|
|
enabled: true
|
|
|
|
hazelcast:
|
|
groupName: orientdb
|
|
groupPassword: orientdb
|
|
|
|
persistence:
|
|
enabled: true
|
|
storage:
|
|
accessMode:
|
|
- ReadWriteOnce
|
|
size: 10Gi
|
|
backup:
|
|
accessMode:
|
|
- ReadWriteOnce
|
|
size: 2Gi
|
|
|
|
config:
|
|
overrideHazelcastConfig: true
|
|
overrideOrientdbServerConfig: true
|
|
overrideGremlinServerConfig: true
|
|
overrideDistributedDbConfig: true
|
|
|
|
testing:
|
|
enabled: false
|