Update helm for support on OpenShift to have data replication and replicas for master,filer and volume (#8543)
This commit is contained in:
@@ -23,8 +23,15 @@
|
|||||||
#
|
#
|
||||||
# Adjust storageClass and sizes to match your cluster's available StorageClasses.
|
# Adjust storageClass and sizes to match your cluster's available StorageClasses.
|
||||||
# On OpenShift you can discover them with: oc get storageclass
|
# On OpenShift you can discover them with: oc get storageclass
|
||||||
|
global:
|
||||||
|
enableReplication: true
|
||||||
|
# replication type is XYZ:
|
||||||
|
# X number of replica in other data centers
|
||||||
|
# Y number of replica in other racks in the same data center
|
||||||
|
# Z number of replica in other servers in the same rack
|
||||||
|
replicationPlacement: "000" # no data replica
|
||||||
master:
|
master:
|
||||||
|
replicas: 1
|
||||||
data:
|
data:
|
||||||
type: "persistentVolumeClaim"
|
type: "persistentVolumeClaim"
|
||||||
size: "10Gi"
|
size: "10Gi"
|
||||||
@@ -49,6 +56,7 @@ master:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
|
||||||
volume:
|
volume:
|
||||||
|
replicas: 1
|
||||||
dataDirs:
|
dataDirs:
|
||||||
- name: data1
|
- name: data1
|
||||||
type: "persistentVolumeClaim"
|
type: "persistentVolumeClaim"
|
||||||
@@ -75,6 +83,7 @@ volume:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
|
||||||
filer:
|
filer:
|
||||||
|
replicas: 1
|
||||||
data:
|
data:
|
||||||
type: "persistentVolumeClaim"
|
type: "persistentVolumeClaim"
|
||||||
size: "25Gi"
|
size: "25Gi"
|
||||||
|
|||||||
Reference in New Issue
Block a user