-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalues.yaml
55 lines (43 loc) · 869 Bytes
/
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
namespace: orientdb
master:
name: orientdb
serviceName: orientdb
labelValue: orientdb
replicas: 2
replica:
name: orientdb-replica
serviceName: orientdb-replica
labelValue: orientdb-replica
replicas: 0
httpPort: 2480
httpNodePort: 30080
binaryPort: 2424
binaryNodePort: 30024
hazelcastPort: 2434
createRootUser: true
rootPassword: root
image:
repository: orientdb
tag: 3.1.1
pullPolicy: IfNotPresent
hazelcastDiscovery:
podLabel:
name: orientdb-cluster-member
value: true
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use or create.
name: hazelcast-k8s
orientdbConfigMapName: orientdb-configmap
log:
volumes:
databases:
storageClass: ""
size: 2Gi
config:
storageClass: ""
size: 100Mi
service:
nodePort:
create: true