2 Commits

Author SHA1 Message Date
33edef345b Update docker.io/postgres Docker tag to v18
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Failing after 23s
lint-test-docker / lint-docker-compose (pull_request) Successful in 58s
2025-12-07 02:05:13 +00:00
534ec64b5e change thresholds
Some checks failed
render-manifests-push / render-manifests-push (push) Successful in 31s
lint-test-helm / lint-helm (push) Failing after 33s
renovate / renovate (push) Successful in 1m47s
2025-12-06 20:03:18 -06:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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