Changes Redis Container to Valkey
This commit is contained in:
30
template/descheduler/descheduler-policy.template.yaml
Normal file
30
template/descheduler/descheduler-policy.template.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
apiVersion: "descheduler/v1alpha2"
|
||||
kind: "DeschedulerPolicy"
|
||||
profiles:
|
||||
- name: default
|
||||
pluginConfig:
|
||||
- name: "RemoveDuplicates"
|
||||
- name: "RemovePodsViolatingInterPodAntiAffinity"
|
||||
- name: "LowNodeUtilization"
|
||||
args:
|
||||
thresholds:
|
||||
"cpu": 55
|
||||
"memory": 55
|
||||
"pods": 2
|
||||
targetThresholds:
|
||||
"cpu": 60
|
||||
"memory": 60
|
||||
"pods": 3
|
||||
- name: "RemovePodsHavingTooManyRestarts"
|
||||
args:
|
||||
podRestartThreshold: 100
|
||||
includingInitContainers: true
|
||||
plugins:
|
||||
deschedule:
|
||||
enabled:
|
||||
- "RemovePodsViolatingInterPodAntiAffinity"
|
||||
- "RemovePodsHavingTooManyRestarts"
|
||||
balance:
|
||||
enabled:
|
||||
- "RemoveDuplicates"
|
||||
- "LowNodeUtilization"
|
||||
Reference in New Issue
Block a user