Skip to content
Snippets Groups Projects
Verified Commit 2fb6f8e7 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-8091 disable elastic disk space check

Only for local E2E setup. Otherwise ozgcloud does not start if the local disk usage is >= 90%.
parent 3c61836f
Branches
Tags 1.8.0-info
No related merge requests found
...@@ -151,6 +151,7 @@ services: ...@@ -151,6 +151,7 @@ services:
- xpack.security.http.ssl.enabled=false - xpack.security.http.ssl.enabled=false
- logger.level=WARN - logger.level=WARN
- bootstrap.memory_lock=true - bootstrap.memory_lock=true
- cluster.routing.allocation.disk.threshold_enabled=false
deploy: deploy:
resources: resources:
limits: limits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment