File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,47 +81,8 @@ global:
8181 passportLocation : " on-cluster"
8282
8383storage :
84- # The following parameters are configured only when using an on-cluster Storage instance
85- csi :
86- storageClassName : drycc-storage
87- statefulset :
88- replicas : 1
89- mainnode :
90- tipd :
91- replicas : 3
92- persistence :
93- enabled : false
94- size : 5Gi
95- storageClass : " "
96- weed :
97- replicas : 3
98- persistence :
99- enabled : false
100- size : 5Gi
101- storageClass : " "
102- metanode :
103- tikv :
104- replicas : 3
105- persistence :
106- enabled : false
107- size : 5Gi
108- storageClass : " "
109- weed :
110- replicas : 3
111- persistence :
112- enabled : false
113- size : 5Gi
114- storageClass : " "
115- datanode :
116- weed :
117- replicas : 3
118- persistence :
119- enabled : false
120- size : 5Gi
121- storageClass : " "
12284 # The following parameters are configured only when using an off-cluster Storage instance
12385 lookup : path
124- health : " "
12586 endpoint : " "
12687 builderBucket : " "
12788 registryBucket : " "
@@ -153,7 +114,7 @@ controller:
153114 # admin_only - allows for registration by an admin only.
154115 registrationMode : " admin_only"
155116 # Set storageClassName, It is used for application mount.
156- appStorageClass : " {{ .Values.storage.csi.storageClassName }} "
117+ appStorageClass : " longhorn "
157118 # Set controller deployment replicas
158119 replicas : 1
159120 # Set celery replicas
@@ -245,7 +206,7 @@ passport:
245206prometheus :
246207 # # prometheus-server configuration##
247208 prometheus-server :
248- replicas : 1
209+ replicas : 2
249210 retention : 15d
250211 # persistence config
251212 persistence :
You can’t perform that action at this time.
0 commit comments