Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Dec 22, 2023
1 parent 5d24fe3 commit 0ceb4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/greptimedb-standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helm uninstall greptimedb-standalone -n default
| command | list | `[]` | The container command |
| configToml | string | `"mode = 'standalone'\n"` | The extra configuration for greptimedb |
| dataHome | string | `"/data/greptimedb/"` | Storage root directory |
| env | object | `{"GREPTIMEDB_STANDALONE__HTTP__ADDR":"0.0.0.0:4000","GREPTIMEDB_STANDALONE__STORAGE__ACCESS_KEY_ID":"aws_access_key_id","GREPTIMEDB_STANDALONE__STORAGE__BUCKET":"aws_s3_name","GREPTIMEDB_STANDALONE__STORAGE__CACHE__CACHE_PATH":"/data/greptimedb/s3cache","GREPTIMEDB_STANDALONE__STORAGE__REGION":"aws_s3_region","GREPTIMEDB_STANDALONE__STORAGE__ROOT":"/data","GREPTIMEDB_STANDALONE__STORAGE__SECRET_ACCESS_KEY":"aws_secret_access_key","GREPTIMEDB_STANDALONE__STORAGE__TYPE":"S3"}` | Environment variables |
| env | object | `{"GREPTIMEDB_STANDALONE__HTTP__ADDR":"0.0.0.0:4000"}` | Environment variables |
| envFrom | object | `{}` | Maps all the keys on a configmap or secret as environment variables |
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources |
| grpcServicePort | int | `4001` | GreptimeDB grpc service port |
Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ env:
# GREPTIMEDB_STANDALONE__STORAGE__ACCESS_KEY_ID: "alicloud_access_key_id"
# GREPTIMEDB_STANDALONE__STORAGE__ACCESS_KEY_SECRET: "alicloud_access_key_secret"
# GREPTIMEDB_STANDALONE__STORAGE__ENDPOINT: "alicloud_oss_endpoint" # For example: oss-cn-hangzhou.aliyuncs.com, more detail see https://www.alibabacloud.com/help/en/oss/user-guide/regions-and-endpoints
# GREPTIMEDB_STANDALONE__STORAGE__CACHE__CACHE_PATH: "/data/greptimedb/s3cache"
# GREPTIMEDB_STANDALONE__STORAGE__CACHE__CACHE_PATH: "/data/greptimedb/osscache"

# GREPTIMEDB_STANDALONE__STORAGE__GLOBAL_TTL: "1d"
# GREPTIMEDB_STANDALONE__STORAGE__FLUSH__GLOBAL_WRITE_BUFFER_SIZE: "512MB"
Expand Down

0 comments on commit 0ceb4ea

Please sign in to comment.