reduce CPU requests across observability, authentik, bind, woodpecker (#248)

Reduce reserved-but-unused CPU requests across several workloads (limits unchanged).

| Workload | CPU request |
|---|---|
| vmstorage (vmcluster) | 1 → 250m |
| vmagent | 500m → 250m |
| authentik server | 250m → 50m |
| authentik worker | 250m → 100m |
| bind authoritative | 100m → 20m |
| bind externaldns | 100m → 20m |
| bind resolvers | 100m → 20m |
| woodpecker agent | 100m → 50m |

Reviewed-on: #248
Co-authored-by: Ben Vincent <ben@unkin.net>
Co-committed-by: Ben Vincent <ben@unkin.net>
This commit was merged in pull request #248.
This commit is contained in:
2026-07-12 18:41:08 +10:00
committed by BenVincent
parent e0e0873ccb
commit 2409a4d3a0
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -83,7 +83,7 @@ server:
cpu: "2"
memory: 2Gi
requests:
cpu: 250m
cpu: 50m
memory: 512Mi
worker:
@@ -95,7 +95,7 @@ worker:
cpu: "2"
memory: 2Gi
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
postgresql: