Last active
November 22, 2024 20:15
-
-
Save npwalker/e4e2c9de06bcc70e866a6146b1147a35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: cluster-defaults | |
namespace: stormforge-system | |
data: | |
cluster-defaults.yaml: | | |
live.stormforge.io/reliability.oom.memory-bump-up.percent: > | |
20,resource:daemonsets=0 | |
live.stormforge.io/reliability.oom.memory-bump-up.min: > | |
100Mi,resource:daemonsets=0Mi | |
live.stormforge.io/reliability.oom.memory-bump-up.max: > | |
2Gi | |
live.stormforge.io/reliability.oom.memory-bump-up.apply-immediately: > | |
IfAutoDeployEnabled,resource:daemonsets=Never,resource:statefulsets=Never |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment