Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Oct 12, 2023
1 parent 76e9caf commit 8a023a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Databend](https://github.com/datafuselabs/databend) -- the open source Elastic and Scalable Modern Cloud Data Warehouse.

Databend Helm charts provide the installation of [Databend](https://github.com/datafuselabs/databend) components for kubernates.
Databend Helm charts provide the installation of [Databend](https://github.com/datafuselabs/databend) components for kubernetes.

### Charts
- [Databend Meta Helm Chart](charts/databend-meta)
Expand Down
2 changes: 1 addition & 1 deletion charts/databend-meta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm install my-release databend/databend-meta --namespace databend --create-nam

Note that for a production cluster, you will likely want to override the following parameters in [values.yaml](values.yaml) with your own values.

- `resources.requests.memory` and `resources.limit.memory` allocate memory resource to query pods in your cluser.
- `resources.requests.memory` and `resources.limit.memory` allocate memory resource to query pods in your cluster.
- `replicaCount` defaults to `1`, We strongly recommend that you set to `3` for HA.
- `persistence.size` defaults to `10Gi` of disk space per pod, which you may increase or decrease for your use case.
- `persistence.storageClass` uses the default storage class for your environment.
Expand Down
2 changes: 1 addition & 1 deletion charts/databend-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm install my-release databend/databend-query --namespace databend --create-na

Note that for a production cluster, you will likely want to override the following parameters in [values.yaml](values.yaml) with your own values.

- `resources.requests.memory` and `resources.limit.memory` allocate memory resource to query pods in your cluser.
- `resources.requests.memory` and `resources.limit.memory` allocate memory resource to query pods in your cluster.
- `config.meta.address` indicates the grpc address of a [Databend Meta](../databend-meta) service.
- `config.storage.type` defaults to `fs` for testing only, `s3` is recommended in production.
- `config.storage.s3.accessKeyId` and `config.storage.s3.secretAccessKey` should be set when using `s3` storage, `config.storage.s3.endpointUrl` defaults to `https://s3.amazonaws.com`.
Expand Down

0 comments on commit 8a023a3

Please sign in to comment.