Skip to content

Commit ee59dc3

Browse files
committed
chore(workflow): mv to minio
1 parent 571746b commit ee59dc3

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

_scripts/install.sh

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,15 @@ redis:
361361
storageClass: ${REDIS_PERSISTENCE_STORAGE_CLASS:-""}
362362
363363
storage:
364-
zone: ${STORAGE_ZONE:-1}
365-
drives: ${STORAGE_DRIVES:-4}
366-
replicas: ${STORAGE_REPLICAS:-1}
367-
imageRegistry: ${DRYCC_REGISTRY}
368-
persistence:
369-
enabled: true
370-
size: ${STORAGE_PERSISTENCE_SIZE:-20Gi}
371-
storageClass: ${STORAGE_PERSISTENCE_STORAGE_CLASS:-""}
364+
minio:
365+
zone: ${STORAGE_MINIO_ZONE:-1}
366+
drives: ${STORAGE_MINIO_DRIVES:-4}
367+
replicas: ${STORAGE_MINIO_REPLICAS:-1}
368+
imageRegistry: ${DRYCC_REGISTRY}
369+
persistence:
370+
enabled: true
371+
size: ${STORAGE_MINIO_PERSISTENCE_SIZE:-20Gi}
372+
storageClass: ${STORAGE_MINIO_PERSISTENCE_STORAGE_CLASS:-""}
372373
meta:
373374
pd:
374375
persistence:

src/quickstart/install-workflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ INSTALL_DRYCC_MIRROR | Specify the accelerated mirror loca
199199
CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by `drycc volumes`; default storageClass is used by default
200200
REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to `redis`, which is `5Gi` by default
201201
REDIS_PERSISTENCE_STORAGE_CLASS | StorangeClass of `redis`; default storangeclass is used by default
202-
STORAGE_ZONE | Storage number of zones, capacity expansion through the number of zones
203-
STORAGE_DRIVES | Storage number of drives per node, after the cluster is initialized, it cannot be changed
204-
STORAGE_REPLICAS | Storage number of nodes, after the cluster is initialized, it cannot be changed
205-
STORAGE_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage`, which is `20Gi` by default
206-
STORAGE_PERSISTENCE_STORAGE_CLASS | StorangeClass of `storage`; default storangeclass is used by default
202+
STORAGE_MINIO_ZONE | Storage number of zones, capacity expansion through the number of zones
203+
STORAGE_MINIO_DRIVES | Storage number of drives per node, after the cluster is initialized, it cannot be changed
204+
STORAGE_MINIO_REPLICAS | Storage number of nodes, after the cluster is initialized, it cannot be changed
205+
STORAGE_MINIO_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage`, which is `20Gi` by default
206+
STORAGE_MINIO_PERSISTENCE_STORAGE_CLASS | StorangeClass of `storage`; default storangeclass is used by default
207207
STORAGE_META_PD_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage meta pd`, which is `10Gi` by default
208208
STORAGE_META_PD_PERSISTENCE_STORAGE_CLASS | StorangeClass of `storage meta pd`; default storangeclass is used by default
209209
STORAGE_META_TIKV_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage meta tikv`, which is `10Gi` by default

0 commit comments

Comments
 (0)