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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74de2d7  Increase ES watermark in tests (#133)
74de2d7 is described below

commit 74de2d71e1961f6eebbf0af7f6ed919c3a988559
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Oct 9 14:56:57 2023 +0800

    Increase ES watermark in tests (#133)
---
 test/e2e/values.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test/e2e/values.yaml b/test/e2e/values.yaml
index 82dd914..19b9bae 100644
--- a/test/e2e/values.yaml
+++ b/test/e2e/values.yaml
@@ -18,3 +18,9 @@ oap:
     metadata-service-mapping.yaml: |
       serviceName: e2e::${LABELS."service.istio.io/canonical-name"}
       serviceInstanceName: ${NAME}
+elasticsearch:
+  esConfig:
+    elasticsearch.yml: |
+      cluster.routing.allocation.disk.watermark.low: 90%
+      cluster.routing.allocation.disk.watermark.high: 99%
+      cluster.routing.allocation.disk.watermark.flood_stage: 99%

Reply via email to