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
+1 -1
View File
@@ -15,7 +15,7 @@ agent:
reloader.stakater.com/auto: "true"
resources:
requests:
cpu: 100m
cpu: 50m
limits:
memory: 128Mi