Compare commits
2 Commits
ec76f477a7
...
1e427e2e71
| Author | SHA1 | Date | |
|---|---|---|---|
|
1e427e2e71
|
|||
| d8c94b19e9 |
@@ -39,16 +39,27 @@ descheduler:
|
|||||||
- name: RemovePodsViolatingNodeTaints
|
- name: RemovePodsViolatingNodeTaints
|
||||||
- name: RemovePodsViolatingInterPodAntiAffinity
|
- name: RemovePodsViolatingInterPodAntiAffinity
|
||||||
- name: RemovePodsViolatingTopologySpreadConstraint
|
- name: RemovePodsViolatingTopologySpreadConstraint
|
||||||
|
- name: "HighNodeUtilization"
|
||||||
|
args:
|
||||||
|
thresholds:
|
||||||
|
cpu : 80
|
||||||
|
memory: 80
|
||||||
|
pods: 140
|
||||||
|
evictableNamespaces:
|
||||||
|
exclude:
|
||||||
|
- "kube-system"
|
||||||
|
evictionModes:
|
||||||
|
- "OnlyThresholdingResources"
|
||||||
- name: LowNodeUtilization
|
- name: LowNodeUtilization
|
||||||
args:
|
args:
|
||||||
thresholds:
|
thresholds:
|
||||||
cpu: 30
|
cpu: 30
|
||||||
memory: 30
|
memory: 30
|
||||||
pods: 100
|
pods: 90
|
||||||
targetThresholds:
|
targetThresholds:
|
||||||
cpu: 60
|
cpu: 60
|
||||||
memory: 40
|
memory: 40
|
||||||
pods: 150
|
pods: 100
|
||||||
plugins:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ shelly-plug:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: php
|
repository: php
|
||||||
tag: 8.4.15-apache-bookworm
|
tag: 8.5.0-apache-bookworm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SHELLY_HOSTNAME
|
- name: SHELLY_HOSTNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user