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 6ddae819 [horus] update yaml config (#340)
6ddae819 is described below

commit 6ddae819cfcdbd46c98cad405628b36f5a6b6f45
Author: mfordjody <[email protected]>
AuthorDate: Fri Sep 13 14:10:54 2024 +0800

    [horus] update yaml config (#340)
---
 deploy/horus/horus.yaml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/deploy/horus/horus.yaml b/deploy/horus/horus.yaml
index 941a88e9..adcc5613 100644
--- a/deploy/horus/horus.yaml
+++ b/deploy/horus/horus.yaml
@@ -15,16 +15,22 @@
 
 address: 0.0.0.0:38089
 
+kubeTimeSecond: 5
+
 mysql:
   name: horus
   addr: "root:root@tcp(127.0.0.1:3306)/horus?charset=utf8&parseTime=True"
-  debug: false
+  debug: true
 
 dingTalk:
   webhookUrl: ~
   title: ~
-  atMobiles:
-  - 1500000000
+  atMobiles: ~
 
 slack:
-  webhookUrl: ~
\ No newline at end of file
+  webhookUrl: ~
+  proxy: ~
+  payload: ~
+
+kubeMultiple:
+  cluster: config.1
\ No newline at end of file

Reply via email to