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 81f88e07 [horus] Change config file time second (#389)
81f88e07 is described below
commit 81f88e07a03b1625bb012edc7132f1de5ec1ae0e
Author: mfordjody <[email protected]>
AuthorDate: Fri Sep 27 14:25:36 2024 +0800
[horus] Change config file time second (#389)
---
manifests/horus/horus.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/manifests/horus/horus.yaml b/manifests/horus/horus.yaml
index 7d41766f..596954ab 100644
--- a/manifests/horus/horus.yaml
+++ b/manifests/horus/horus.yaml
@@ -41,7 +41,7 @@ promMultiple:
nodeRecovery:
enabled: false
dayNumber: 1
- checkIntervalSecond: 5
+ intervalSecond: 5
promQueryTimeSecond: 60
dingTalk:
webhookUrl:
"https://oapi.dingtalk.com/robot/send?access_token=37f8891e60e524013275cc01efafdb5976b81ef7269ce271b769bcd025826c12"
@@ -61,7 +61,7 @@ customModular:
recoveryQL:
filesystem_readonly: |-
node_filesystem_readonly{mountpoint="/",node="%s"} == 0
- checkIntervalSecond: 5
+ intervalSecond: 5
promQueryTimeSecond: 60
kubeMultiple:
cluster: config.1
@@ -75,7 +75,7 @@ customModular:
nodeDownTime:
enabled: false
- checkIntervalSecond: 5
+ intervalSecond: 5
promQueryTimeSecond: 60
abnormalityQL:
- node_disk_info
@@ -92,8 +92,8 @@ nodeDownTime:
podAbnormal:
enabled: false
- checkIntervalSecond: 5
- checkDoubleSecond: 10
+ intervalSecond: 5
+ doubleSecond: 10
labelSelector: "app.kubernetes.io/name=horus"
fieldSelector: "status.phase != Running"
kubeMultiple: