|
2 | 2 |
|
3 | 3 | A Helm chart for deploying GreptimeDB cluster in Kubernetes.
|
4 | 4 |
|
5 |
| -   |
| 5 | +   |
6 | 6 |
|
7 | 7 | ## Source Code
|
8 | 8 |
|
@@ -103,7 +103,7 @@ helm uninstall mycluster -n default
|
103 | 103 | | base.podTemplate.securityContext | object | `{}` | The configurations for pod security context. |
|
104 | 104 | | base.podTemplate.serviceAccountName | string | `""` | The global service account |
|
105 | 105 | | base.podTemplate.tolerations | list | `[]` | The pod tolerations |
|
106 |
| -| datanode | object | `{"configData":"","configFile":"","logging":{},"podTemplate":{"affinity":{},"annotations":{},"labels":{},"main":{"args":[],"command":[],"env":[],"image":"","livenessProbe":{},"readinessProbe":{},"resources":{"limits":{},"requests":{}},"securityContext":{},"startupProbe":{},"volumeMounts":[]},"nodeSelector":{},"securityContext":{},"serviceAccount":{"annotations":{},"create":false},"tolerations":[],"volumes":[]},"replicas":1,"storage":{"dataHome":"/data/greptimedb","mountPath":"/data/greptimedb","storageClassName":null,"storageRetainPolicy":"Retain","storageSize":"10Gi","walDir":"/data/greptimedb/wal"}}` | Datanode configure | |
| 106 | +| datanode | object | `{"configData":"","configFile":"","logging":{},"podTemplate":{"affinity":{},"annotations":{},"labels":{},"main":{"args":[],"command":[],"env":[],"image":"","livenessProbe":{},"readinessProbe":{},"resources":{"limits":{},"requests":{}},"securityContext":{},"startupProbe":{},"volumeMounts":[]},"nodeSelector":{},"securityContext":{},"serviceAccount":{"annotations":{},"create":false},"tolerations":[],"volumes":[]},"replicas":1,"storage":{"dataHome":"/data/greptimedb","mountPath":"/data/greptimedb","storageClassName":null,"storageRetainPolicy":"Retain","storageSize":"10Gi"}}` | Datanode configure | |
107 | 107 | | datanode.configData | string | `""` | Extra raw toml config data of datanode. Skip if the `configFile` is used. |
|
108 | 108 | | datanode.configFile | string | `""` | Extra toml file of datanode. |
|
109 | 109 | | datanode.logging | object | `{}` | Logging configuration for datanode, if not set, it will use the global logging configuration. |
|
@@ -135,7 +135,6 @@ helm uninstall mycluster -n default
|
135 | 135 | | datanode.storage.storageClassName | string | `nil` | Storage class for datanode persistent volume |
|
136 | 136 | | datanode.storage.storageRetainPolicy | string | `"Retain"` | Storage retain policy for datanode persistent volume |
|
137 | 137 | | datanode.storage.storageSize | string | `"10Gi"` | Storage size for datanode persistent volume |
|
138 |
| -| datanode.storage.walDir | string | `"/data/greptimedb/wal"` | deprecated | |
139 | 138 | | debugPod.enabled | bool | `false` | Enable debug pod |
|
140 | 139 | | debugPod.image | object | `{"registry":"docker.io","repository":"greptime/greptime-tool","tag":"20241107-9c210d18"}` | The debug pod image |
|
141 | 140 | | debugPod.resources | object | `{"limits":{"cpu":"200m","memory":"256Mi"},"requests":{"cpu":"50m","memory":"64Mi"}}` | The debug pod resource |
|
|
0 commit comments