Compare commits
2 Commits
0f49335ef0
...
33edef345b
| Author | SHA1 | Date | |
|---|---|---|---|
|
33edef345b
|
|||
| 534ec64b5e |
@@ -42,13 +42,13 @@ descheduler:
|
||||
- name: LowNodeUtilization
|
||||
args:
|
||||
thresholds:
|
||||
cpu: 20
|
||||
memory: 20
|
||||
pods: 20
|
||||
cpu: 30
|
||||
memory: 30
|
||||
pods: 100
|
||||
targetThresholds:
|
||||
cpu: 60
|
||||
memory: 60
|
||||
pods: 60
|
||||
memory: 40
|
||||
pods: 150
|
||||
plugins:
|
||||
balance:
|
||||
enabled:
|
||||
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
postgresql:
|
||||
image: docker.io/postgres:17.7-alpine3.21
|
||||
image: docker.io/postgres:18.1-alpine3.21
|
||||
container_name: gitea-postgres
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user