From 0ceb4eaaad684609dd16e6bc17833ad720ac1477 Mon Sep 17 00:00:00 2001 From: liyang Date: Fri, 22 Dec 2023 16:05:30 +0800 Subject: [PATCH] chore: update docs --- charts/greptimedb-standalone/README.md | 2 +- charts/greptimedb-standalone/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/greptimedb-standalone/README.md b/charts/greptimedb-standalone/README.md index 612b41e..35cdf32 100644 --- a/charts/greptimedb-standalone/README.md +++ b/charts/greptimedb-standalone/README.md @@ -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 | diff --git a/charts/greptimedb-standalone/values.yaml b/charts/greptimedb-standalone/values.yaml index ecc5920..bd9cf42 100644 --- a/charts/greptimedb-standalone/values.yaml +++ b/charts/greptimedb-standalone/values.yaml @@ -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"