-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalues.yaml
83 lines (69 loc) · 1.47 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Kubernetes namespace to deploy OrientDB cluster
namespace: orientdb
statefulSetName: orientdb
serviceName: orientdb
labelValue: orientdb
# number of servers in the cluster
servers: 2
httpPort: 2480
httpNodePort: 30080
binaryPort: 2424
binaryNodePort: 30024
createRootUser: true
rootPassword: root
orientdbConfigMapName: orientdb-configmap
log:
image:
repository: orientdb
tag: 3.1.1
pullPolicy: IfNotPresent
customSqlFunctions:
enabled: true
automaticBackup:
enabled: false
hazelcast:
network:
port: 2434
group:
name: orientdb
password: orientdb
properties:
phoneHomeEnabled: false
mancenterEnabled: false
memcacheEnabled: false
restEnabled: false
waitSecondsBeforeJoin: 5
operationThreadCount: 1
ioThreadCount: 1
operationGenericThreadCount: 1
clientEventThreadCount: 1
eventThreadCount: 1
heartbeatIntervalSeconds: 5
maxNoHeartbeatSeconds: 30
mergeNextRunDelaySeconds: 15
discovery:
podLabel:
name: orientdb-cluster-member
value: true
distributedDB:
defaultConfig:
autoDeploy: true
readQuorum: 1
writeQuorum: majority
readYourWrites: true
newNodeStrategy: dynamic
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use or create.
name: hazelcast-k8s
volumes:
databases:
storageClass: ""
size: 2Gi
config:
storageClass: ""
size: 100Mi
service:
nodePort:
create: true