Skip to content
Snippets Groups Projects
Commit 6aee5425 authored by Varac's avatar Varac
Browse files

Merge branch '521-pod-eviction-due-to-low-resources' into 'master'

Resolve "Pod eviction due to low resources"

Closes #521

See merge request openappstack/openappstack!283
parents 6b0d4d4a 7d8d6322
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ services:
cluster_domain: cluster.local
extra_args:
containerized: 'true'
eviction-hard: "memory.available<100Mi,nodefs.available<1Gi,imagefs.available<1Gi"
eviction-minimum-reclaim: "memory.available=0Mi,nodefs.available=0Mi,imagefs.available=0Gi"
extra_binds:
# Make local storage work with persistent volumes that use `subpath`
# see https://open.greenhost.net/openappstack/openappstack/issues/236
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment