Skip to content

Commit

Permalink
Update deploy_s3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoRichard authored Aug 11, 2021
1 parent 52de271 commit 3ee35c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/deploy_and_maintain/deploy_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ Below are S3 configurations for Helm Charts installation:
| externalS3.bucketName | S3 bucket name | |
| minio.enabled | Enable or disable MinIO | <code>true</code>/<code>false</code> |
### Set up S3 using command line at startup
#### Set up S3 using command line at startup
To deploy S3 for Milvus at the startup, run:
```shell
helm install <your_release_name> milvus/milvus --set cluster.enabled=true --set externalS3.enabled=true --set externalS3.host='<your_s3_endpoint>' --set externalS3.port=<your_s3_port> --set externalS3.accessKey=<your_s3_access_key_id> --set externalS3.secretKey=<your_s3_secret_key> --set externalS3.bucketName=<your_bucket_name> --set minio.enabled=false
```

### Set up S3 via configuring **values.yaml**
#### Set up S3 via configuring **values.yaml**

Configure the `minio` section in the **values.yaml** file as follow:

Expand Down

0 comments on commit 3ee35c3

Please sign in to comment.