This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch update-doc in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit 9a29bbfe96e57ea1f616b037c50542905d2fb252 Author: tomsun28 <[email protected]> AuthorDate: Mon Aug 12 09:16:46 2024 +0800 [doc] update helm chart doc Signed-off-by: tomsun28 <[email protected]> --- charts/hertzbeat/templates/manager/configmap.yaml | 4 +--- docs/README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/hertzbeat/templates/manager/configmap.yaml b/charts/hertzbeat/templates/manager/configmap.yaml index b7f1fa7..4091464 100644 --- a/charts/hertzbeat/templates/manager/configmap.yaml +++ b/charts/hertzbeat/templates/manager/configmap.yaml @@ -98,7 +98,7 @@ data: # Attention: this is mail server address. # 请注意此为邮件服务器地址:qq邮箱为 smtp.qq.com qq 企业邮箱为 smtp.exmail.qq.com host: smtp.qq.com - username: [email protected] + username: [email protected] # Attention: this is not email account password, this requires an email authorization code # 请注意此非邮箱账户密码 此需填写邮箱授权码 password: your-password @@ -175,8 +175,6 @@ data: db: 0 alerter: - # custom console url - console-url: https://console.tancloud.cn # we work we-work-webhook-url: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key= # ding ding talk diff --git a/docs/README.md b/docs/README.md index 8a9b7c6..b0cfbe7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,13 +1,13 @@ -# Helm Chart for Apache HertzBeat +# Helm Chart for Apache HertzBeat (incubating) [](https://artifacthub.io/packages/search?repo=hertzbeat) <div class="artifacthub-widget" data-url="https://artifacthub.io/packages/helm/hertzbeat/hertzbeat" data-theme="light" data-header="true" data-stars="true" data-responsive="false"><blockquote><p lang="en" dir="ltr"><b>hertzbeat</b>: An open-source, real-time monitoring system with custom monitoring, high performance cluster and agentless capabilities.</p>— Open in <a href="https://artifacthub.io/packages/helm/hertzbeat/hertzbeat">Artifact Hub</a></blockquote></div><script async src [...] -## What is Apache HertzBeat? +## What is Apache HertzBeat (incubating)? -[HertzBeat](https://github.com/apache/hertzbeat) is an open source, real-time monitoring system with custom monitoring, high performance cluster, prometheus-compatible and agentless capabilities. +[Apache HertzBeat](https://github.com/apache/hertzbeat) (incubating) is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building capabilities. ### Features @@ -17,10 +17,10 @@ * Compatible with the `Prometheus` ecosystem and more, can monitoring what `Prometheus` can monitoring with few clicks on webui. * High performance, supports horizontal expansion of multi-collector clusters, multi-isolated network monitoring and cloud-edge collaboration. * Provides flexible alarm threshold rules and timely notifications delivered via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` `Webhook` `SMS` `ServerChan`. +* Provides powerful status page building capabilities, easily communicate the real-time status of your service to users. -> HertzBeat's powerful customization, multi-type support, high performance, easy expansion, and low coupling, aims to help users quickly build their own monitoring system. -> We also provide **[SaaS Monitoring Cloud](https://console.tancloud.cn)**, users no longer need to deploy a cumbersome monitoring system to monitor their resources. **[Get started online for free](https://console.tancloud.cn)**. +> HertzBeat's powerful customization, multi-type support, high performance, easy expansion, and low coupling, aims to help developers and teams quickly build their own monitoring system. ## Helm Chart for HertzBeat @@ -60,7 +60,7 @@ The external URL for HertzBeat core service is used to: Format: `protocol://domain[:port]`. Usually: -- if service exposed via `Ingress`, the `domain` should be the value of `expose.ingress.hosts.core` +- if service exposed via `Ingress`, the `domain` should be the value of `expose.ingress.hosts` - if service exposed via `ClusterIP`, the `domain` should be the value of `expose.clusterIP.name` - if service exposed via `NodePort`, the `domain` should be the IP address of one Kubernetes node - if service exposed via `LoadBalancer`, set the `domain` as your own domain name and add a CNAME record to map the domain name to the one you got from the cloud provider @@ -95,7 +95,7 @@ The following table lists the configurable parameters of the HertzBeat chart and | Parameter | Description | Default | |---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------| | **Expose** | | | -| `expose.type` | How to expose the service: `ingress`, `clusterIP`, `nodePort` or `loadBalancer`, other values will be ignored and the creation of service will be skipped. | `ingress` | +| `expose.type` | How to expose the service: `Ingress`, `ClusterIP`, `NodePort` or `LoadBalancer`, other values will be ignored and the creation of service will be skipped. | `Ingress` | | `expose.clusterIP.name` | The name of ClusterIP service | `hertzbeat` | | `expose.clusterIP.annotations` | The annotations attached to the ClusterIP service | {} | | `expose.clusterIP.ports.port` | The service port HertzBeat listens on when serving HTTP | `80` | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
