@@ -196,26 +196,37 @@ KUBE_API_SERVER_ADDRESS | Set with the IP address of the load
196196KUBE_API_SERVER_PORT | Set with the PORT of the loadbalancer that was in front of kube-apiserver, which is ` 6443 ` by default
197197METALLB_CONFIG_FILE | The metallb config file path, layer 2 network is used by default
198198INSTALL_DRYCC_MIRROR | Specify the accelerated mirror location. Currently, only ` cn ` is supported
199+ BUILDER_REPLICAS | Number of builder replicas to deploy
200+ CONTROLLER_REPLICAS | Number of controller replicas to deploy
199201CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by ` drycc volumes ` ; default storageClass is used by default
202+ REDIS_REPLICAS | Number of redis replicas to deploy
200203REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to ` redis ` , which is ` 5Gi ` by default
201204REDIS_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` redis ` ; default storangeclass is used by default
202205STORAGE_MINIO_ZONE | Storage number of zones, capacity expansion through the number of zones
203206STORAGE_MINIO_DRIVES | Storage number of drives per node, after the cluster is initialized, it cannot be changed
204207STORAGE_MINIO_REPLICAS | Storage number of nodes, after the cluster is initialized, it cannot be changed
205208STORAGE_MINIO_PERSISTENCE_SIZE | The size of the persistence space allocated to ` storage ` , which is ` 20Gi ` by default
206209STORAGE_MINIO_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` storage ` ; default storangeclass is used by default
210+ STORAGE_META_PD_REPLICAS | Number of storage meta pd replicas to deploy
207211STORAGE_META_PD_PERSISTENCE_SIZE | The size of the persistence space allocated to ` storage meta pd ` , which is ` 10Gi ` by default
208212STORAGE_META_PD_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` storage meta pd ` ; default storangeclass is used by default
213+ STORAGE_META_TIKV_REPLICAS | Number of storage meta tikv replicas to deploy
209214STORAGE_META_TIKV_PERSISTENCE_SIZE | The size of the persistence space allocated to ` storage meta tikv ` , which is ` 10Gi ` by default
210215STORAGE_META_TIKV_PERSISTENCE_STORAGE_CLASS| StorangeClass of ` storage meta tikv ` ; default storangeclass is used by default
211216MONITOR_GRAFANA_PERSISTENCE_SIZE | The size of the persistence space allocated to ` monitor.grafana ` , which is ` 5Gi ` by default
212217MONITOR_GRAFANA_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` monitor ` grafana; default storangeclass is used by default
218+ INFLUXDB_REPLICAS | Number of influxdb replicas to deploy
213219INFLUXDB_PERSISTENCE_SIZE | The size of the persistence space allocated to ` influxdb ` , which is ` 5Gi ` by default
214220INFLUXDB_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` influxdb ` ; default storangeclass is used by default
221+ LOGGER_REPLICAS | Number of logger replicas to deploy
222+ RABBITMQ_REPLICAS | Number of rabbitmq replicas to deploy
215223RABBITMQ_PERSISTENCE_SIZE | The size of the persistence space allocated to ` rabbitmq ` , which is ` 5Gi ` by default
216224RABBITMQ_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` rabbitmq ` ; default storangeclass is used by default
225+ DATABASE_REPLICAS | Number of database replicas to deploy
217226DATABASE_PERSISTENCE_SIZE | The size of the persistence space allocated to ` database ` , which is ` 5Gi ` by default
218227DATABASE_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` database ` ; default storangeclass is used by default
228+ PASSPORT_REPLICAS | Number of passport replicas to deploy
229+ REGISTRY_REPLICAS | Number of registry replicas to deploy
219230HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to ` helmbroker ` , which is ` 5Gi ` by default
220231HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` helmbroker ` ; default storangeclass is used by default
221232K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
0 commit comments