Compare commits
2 Commits
dd3c94f7fc
...
a38a51fab7
| Author | SHA1 | Date | |
|---|---|---|---|
|
a38a51fab7
|
|||
| a7d122b616 |
@@ -44,7 +44,7 @@ descheduler:
|
|||||||
thresholds:
|
thresholds:
|
||||||
cpu : 80
|
cpu : 80
|
||||||
memory: 80
|
memory: 80
|
||||||
pods: 140
|
pods: 90
|
||||||
evictableNamespaces:
|
evictableNamespaces:
|
||||||
exclude:
|
exclude:
|
||||||
- "kube-system"
|
- "kube-system"
|
||||||
@@ -55,11 +55,11 @@ descheduler:
|
|||||||
thresholds:
|
thresholds:
|
||||||
cpu: 30
|
cpu: 30
|
||||||
memory: 30
|
memory: 30
|
||||||
pods: 90
|
pods: 50
|
||||||
targetThresholds:
|
targetThresholds:
|
||||||
cpu: 60
|
cpu: 60
|
||||||
memory: 40
|
memory: 40
|
||||||
pods: 100
|
pods: 80
|
||||||
plugins:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.7-alpine3.21
|
image: docker.io/postgres:18.1-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user