Skip to content

Commit

Permalink
Increase ES watermark in tests (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Oct 9, 2023
1 parent 3c69885 commit 74de2d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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%

0 comments on commit 74de2d7

Please sign in to comment.