forked from pravega/zookeeper-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
68 lines (59 loc) · 1.33 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
replicas: 3
image:
repository: pravega/zookeeper
tag: 0.2.9
pullPolicy: IfNotPresent
domainName:
labels: {}
ports: []
kubernetesClusterDomain: "cluster.local"
pod:
# labels: {}
# nodeSelector: {}
# affinity: {}
# resources: {}
# tolerations: []
# env: []
# annotations: {}
# securityContext: {}
# terminationGracePeriodSeconds: 30
serviceAccountName: zookeeper
config: {}
# initLimit: 10
# tickTime: 2000
# syncLimit: 2
# globalOutstandingLimit: 1000
# preAllocSize: 65536
# snapCount: 100000
# commitLogCount: 500
# snapSizeLimitInKb: 4194304
# maxCnxns: 0
# maxClientCnxns: 60
# minSessionTimeout: 4000
# maxSessionTimeout: 40000
# autoPurgeSnapRetainCount: 3
# autoPurgePurgeInterval: 1
# quorumListenOnAllIPs: false
## configure the storage type
## accepted values : persistence/ephemeral
## default option is persistence
storageType: persistence
persistence:
storageClassName:
## specifying reclaim policy for PersistentVolumes
## accepted values - Delete / Retain
reclaimPolicy: Delete
volumeSize: 20Gi
ephemeral:
emptydirvolumesource:
## specifying Medium for emptydirvolumesource
## accepted values - ""/Memory
medium: ""
sizeLimit: 20Gi
hooks:
image:
repository: lachlanevenson/k8s-kubectl
tag: v1.16.10
backoffLimit: 10
containers: []
volumes: []