This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bdff75  Add cluster and etcd configuration to the document (#9)
8bdff75 is described below

commit 8bdff75d6edf079c8b828e612117543f764bf284
Author: Huang Youliang <52878305+butterbri...@users.noreply.github.com>
AuthorDate: Tue Mar 26 11:29:55 2024 +0800

    Add cluster and etcd configuration to the document (#9)
---
 README.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 69 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28972a9..430f87d 100644
--- a/README.md
+++ b/README.md
@@ -47,11 +47,78 @@ The command removes all the banyandb components associated 
with the chart and de
 
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
+| cluster.data.affinity | object | `{}` |  |
+| cluster.data.env | list | `[]` |  |
+| cluster.data.grpcSvc.annotations | object | `{}` |  |
+| cluster.data.grpcSvc.labels | object | `{}` |  |
+| cluster.data.grpcSvc.port | int | `17912` |  |
+| cluster.data.name | string | `"banyandb"` |  |
+| cluster.data.nodeSelector | list | `[]` |  |
+| cluster.data.podAnnotations.example | string | `"banyandb-foo"` |  |
+| cluster.data.podDisruptionBudget | object | `{}` |  |
+| cluster.data.priorityClassName | string | `""` |  |
+| cluster.data.replicas | int | `3` |  |
+| cluster.data.resources.limits | list | `[]` |  |
+| cluster.data.resources.requests | list | `[]` |  |
+| cluster.data.role | string | `"data"` |  |
+| cluster.data.securityContext | object | `{}` |  |
+| cluster.data.sidecar | list | `[]` |  |
+| cluster.data.tls.etcdSecretName | string | `""` |  |
+| cluster.data.tls.grpcSecretName | string | `""` |  |
+| cluster.data.tolerations | list | `[]` |  |
+| cluster.enabled | bool | `true` |  |
+| cluster.etcdEndpoints | list | `[]` |  |
+| cluster.image.pullPolicy | string | `"IfNotPresent"` |  |
+| cluster.image.repository | string | `"ghcr.io/apache/skywalking-banyandb"` | 
 |
+| cluster.image.tag | string | `"dc88130e8d0516c7989734bdeb505e2d92c1ab71"` |  
|
+| cluster.liaison.affinity | object | `{}` |  |
+| cluster.liaison.env | list | `[]` |  |
+| cluster.liaison.grpcSvc.annotations | object | `{}` |  |
+| cluster.liaison.grpcSvc.labels | object | `{}` |  |
+| cluster.liaison.grpcSvc.port | int | `17912` |  |
+| cluster.liaison.httpSvc.annotations | object | `{}` |  |
+| cluster.liaison.httpSvc.externalIPs | list | `[]` |  |
+| cluster.liaison.httpSvc.labels | object | `{}` |  |
+| cluster.liaison.httpSvc.loadBalancerIP | string | `nil` |  |
+| cluster.liaison.httpSvc.loadBalancerSourceRanges | list | `[]` |  |
+| cluster.liaison.httpSvc.port | int | `17913` |  |
+| cluster.liaison.httpSvc.type | string | `"LoadBalancer"` |  |
+| cluster.liaison.ingress.annotations | object | `{}` |  |
+| cluster.liaison.ingress.enabled | bool | `false` |  |
+| cluster.liaison.ingress.labels | object | `{}` |  |
+| cluster.liaison.ingress.rules | list | `[]` |  |
+| cluster.liaison.ingress.tls | list | `[]` |  |
+| cluster.liaison.name | string | `"banyandb"` |  |
+| cluster.liaison.nodeSelector | list | `[]` |  |
+| cluster.liaison.podAnnotations.example | string | `"banyandb-foo"` |  |
+| cluster.liaison.podDisruptionBudget | object | `{}` |  |
+| cluster.liaison.priorityClassName | string | `""` |  |
+| cluster.liaison.replicas | int | `2` |  |
+| cluster.liaison.resources.limits | list | `[]` |  |
+| cluster.liaison.resources.requests | list | `[]` |  |
+| cluster.liaison.role | string | `"liaison"` |  |
+| cluster.liaison.securityContext | object | `{}` |  |
+| cluster.liaison.tls.etcdSecretName | string | `""` |  |
+| cluster.liaison.tls.grpcSecretName | string | `""` |  |
+| cluster.liaison.tls.httpSecretName | string | `""` |  |
+| cluster.liaison.tolerations | list | `[]` |  |
+| etcd.auth.client.caFilename | string | `""` |  |
+| etcd.auth.client.certFilename | string | `"tls.crt"` |  |
+| etcd.auth.client.certKeyFilename | string | `"tls.key"` |  |
+| etcd.auth.client.enableAuthentication | bool | `false` |  |
+| etcd.auth.client.existingSecret | string | `""` |  |
+| etcd.auth.client.secureTransport | bool | `false` |  |
+| etcd.auth.rbac.allowNoneAuthentication | bool | `false` |  |
+| etcd.auth.rbac.create | bool | `true` |  |
+| etcd.auth.rbac.rootPassword | string | `"banyandb"` |  |
+| etcd.enabled | bool | `true` |  |
+| etcd.replicaCount | int | `1` |  |
 | fullnameOverride | string | `"banyandb"` |  |
 | serviceAccount.annotations | object | `{}` |  |
 | serviceAccount.create | bool | `true` |  |
 | serviceAccount.name | string | `""` |  |
 | standalone.affinity | object | `{}` |  |
+| standalone.enabled | bool | `false` |  |
 | standalone.env | list | `[]` |  |
 | standalone.grpcSvc.annotations | object | `{}` |  |
 | standalone.grpcSvc.labels | object | `{}` |  |
@@ -65,7 +132,7 @@ The command removes all the banyandb components associated 
with the chart and de
 | standalone.httpSvc.type | string | `"LoadBalancer"` |  |
 | standalone.image.pullPolicy | string | `"IfNotPresent"` |  |
 | standalone.image.repository | string | 
`"ghcr.io/apache/skywalking-banyandb"` |  |
-| standalone.image.tag | string | `"eecd29e71bc07d07f22aea1496d80dc76a2b2f90"` 
|  |
+| standalone.image.tag | string | `"dc88130e8d0516c7989734bdeb505e2d92c1ab71"` 
|  |
 | standalone.ingress.annotations | object | `{}` |  |
 | standalone.ingress.enabled | bool | `false` |  |
 | standalone.ingress.labels | object | `{}` |  |
@@ -79,6 +146,7 @@ The command removes all the banyandb components associated 
with the chart and de
 | standalone.resources.limits | list | `[]` |  |
 | standalone.resources.requests | list | `[]` |  |
 | standalone.securityContext | object | `{}` |  |
+| standalone.sidecar | list | `[]` |  |
 | standalone.tls.grpcSecretName | string | `""` |  |
 | standalone.tls.httpSecretName | string | `""` |  |
 | standalone.tolerations | list | `[]` |  |

Reply via email to