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

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new ce16a76a [charts] add README
ce16a76a is described below

commit ce16a76aa04477d68aaa81aa895d371dd81fbf2f
Author: mfordjody <[email protected]>
AuthorDate: Mon Jun 23 16:43:04 2025 +0800

    [charts] add README
---
 manifests/charts/admin/README.md                   | 52 ++++++++++++++++++++++
 manifests/charts/base/README.md                    | 52 ++++++++++++++++++++++
 .../register-discovery/nacos/README.md             | 52 ++++++++++++++++++++++
 .../register-discovery/zookeeper/README.md         | 52 ++++++++++++++++++++++
 4 files changed, 208 insertions(+)

diff --git a/manifests/charts/admin/README.md b/manifests/charts/admin/README.md
new file mode 100644
index 00000000..34c0729a
--- /dev/null
+++ b/manifests/charts/admin/README.md
@@ -0,0 +1,52 @@
+# Admin Helm Chart
+
+This chart installs an Admin deployment.
+
+## Setup Repo Info
+```
+helm repo add dubbo https://charts.dubbo.apache.org
+helm repo update
+```
+See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command 
documentation.
+
+## Installing the Chart
+
+To install the chart with the release name dubbo:
+```
+kubectl create namespace dubbo-system
+helm install admin dubbo/admin --namespace dubbo-system
+```
+
+## Uninstalling the Chart
+
+To uninstall/delete the dubbo deployment:
+```
+helm delete dubbo --namespace dubbo-system
+```
+
+## Configuration
+
+To view support configuration options and documentation, run:
+```
+helm show values dubbo/admin
+```
+
+### profiles
+Dubbo Helm Chart introduces the concept of profiles, which are predefined sets 
of configuration values. You can specify the desired profile using --set 
profile=<profile>. For example, the demo profile provides a preset 
configuration suitable for testing environments, with additional features 
enabled and reduced resource requirements.
+
+To maintain consistency, all charts support the same profiles, even if some 
settings don’t apply to a particular chart.
+
+The precedence of values is as follows:
+1. Explicitly set parameters (via --set)
+2. Values defined in the selected profile
+3. Default values of the chart
+
+In actual configuration, you do not need to include the nested path under 
defaults. For example, you should use:
+```
+--set some.field=true
+```
+
+instead of:
+```
+--set defaults.some.field=true
+```
\ No newline at end of file
diff --git a/manifests/charts/base/README.md b/manifests/charts/base/README.md
new file mode 100644
index 00000000..f6ac250a
--- /dev/null
+++ b/manifests/charts/base/README.md
@@ -0,0 +1,52 @@
+# Base Helm Chart
+
+This chart installs an Base deployment.
+
+## Setup Repo Info
+```
+helm repo add dubbo https://charts.dubbo.apache.org
+helm repo update
+```
+See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command 
documentation.
+
+## Installing the Chart
+
+To install the chart with the release name dubbo:
+```
+kubectl create namespace dubbo-system
+helm install base dubbo/base --namespace dubbo-system
+```
+
+## Uninstalling the Chart
+
+To uninstall/delete the dubbo deployment:
+```
+helm delete dubbo --namespace dubbo-system
+```
+
+## Configuration
+
+To view support configuration options and documentation, run:
+```
+helm show values dubbo/base
+```
+
+### profiles
+Dubbo Helm Chart introduces the concept of profiles, which are predefined sets 
of configuration values. You can specify the desired profile using --set 
profile=<profile>. For example, the demo profile provides a preset 
configuration suitable for testing environments, with additional features 
enabled and reduced resource requirements.
+
+To maintain consistency, all charts support the same profiles, even if some 
settings don’t apply to a particular chart.
+
+The precedence of values is as follows:
+1. Explicitly set parameters (via --set)
+2. Values defined in the selected profile
+3. Default values of the chart
+
+In actual configuration, you do not need to include the nested path under 
defaults. For example, you should use:
+```
+--set some.field=true
+```
+
+instead of:
+```
+--set defaults.some.field=true
+```
\ No newline at end of file
diff --git a/manifests/charts/dubbo-control/register-discovery/nacos/README.md 
b/manifests/charts/dubbo-control/register-discovery/nacos/README.md
new file mode 100644
index 00000000..f92abd07
--- /dev/null
+++ b/manifests/charts/dubbo-control/register-discovery/nacos/README.md
@@ -0,0 +1,52 @@
+# Nacos Helm Chart
+
+This chart installs an Base deployment.
+
+## Setup Repo Info
+```
+helm repo add dubbo https://charts.dubbo.apache.org
+helm repo update
+```
+See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command 
documentation.
+
+## Installing the Chart
+
+To install the chart with the release name dubbo:
+```
+kubectl create namespace dubbo-system
+helm install nacos dubbo/nacos --namespace dubbo-system
+```
+
+## Uninstalling the Chart
+
+To uninstall/delete the dubbo deployment:
+```
+helm delete dubbo --namespace dubbo-system
+```
+
+## Configuration
+
+To view support configuration options and documentation, run:
+```
+helm show values dubbo/nacos
+```
+
+### profiles
+Dubbo Helm Chart introduces the concept of profiles, which are predefined sets 
of configuration values. You can specify the desired profile using --set 
profile=<profile>. For example, the demo profile provides a preset 
configuration suitable for testing environments, with additional features 
enabled and reduced resource requirements.
+
+To maintain consistency, all charts support the same profiles, even if some 
settings don’t apply to a particular chart.
+
+The precedence of values is as follows:
+1. Explicitly set parameters (via --set)
+2. Values defined in the selected profile
+3. Default values of the chart
+
+In actual configuration, you do not need to include the nested path under 
defaults. For example, you should use:
+```
+--set some.field=true
+```
+
+instead of:
+```
+--set defaults.some.field=true
+```
\ No newline at end of file
diff --git 
a/manifests/charts/dubbo-control/register-discovery/zookeeper/README.md 
b/manifests/charts/dubbo-control/register-discovery/zookeeper/README.md
new file mode 100644
index 00000000..2e51610d
--- /dev/null
+++ b/manifests/charts/dubbo-control/register-discovery/zookeeper/README.md
@@ -0,0 +1,52 @@
+# Zookeeper Helm Chart
+
+This chart installs an Base deployment.
+
+## Setup Repo Info
+```
+helm repo add dubbo https://charts.dubbo.apache.org
+helm repo update
+```
+See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command 
documentation.
+
+## Installing the Chart
+
+To install the chart with the release name dubbo:
+```
+kubectl create namespace dubbo-system
+helm install zookeeper dubbo/zookeeper --namespace dubbo-system
+```
+
+## Uninstalling the Chart
+
+To uninstall/delete the dubbo deployment:
+```
+helm delete dubbo --namespace dubbo-system
+```
+
+## Configuration
+
+To view support configuration options and documentation, run:
+```
+helm show values dubbo/zookeeper
+```
+
+### profiles
+Dubbo Helm Chart introduces the concept of profiles, which are predefined sets 
of configuration values. You can specify the desired profile using --set 
profile=<profile>. For example, the demo profile provides a preset 
configuration suitable for testing environments, with additional features 
enabled and reduced resource requirements.
+
+To maintain consistency, all charts support the same profiles, even if some 
settings don’t apply to a particular chart.
+
+The precedence of values is as follows:
+1. Explicitly set parameters (via --set)
+2. Values defined in the selected profile
+3. Default values of the chart
+
+In actual configuration, you do not need to include the nested path under 
defaults. For example, you should use:
+```
+--set some.field=true
+```
+
+instead of:
+```
+--set defaults.some.field=true
+```
\ No newline at end of file

Reply via email to