diff --git a/deploy/railiance/apps/helm/state-hub-values.yaml b/deploy/railiance/apps/helm/state-hub-values.yaml index 3a464a5..6bebcb0 100644 --- a/deploy/railiance/apps/helm/state-hub-values.yaml +++ b/deploy/railiance/apps/helm/state-hub-values.yaml @@ -35,10 +35,12 @@ config: sbomNexusWriteMode: nexus resources: - # The single 4-core node currently has less than 250m unallocated. Keep enough - # headroom for maxSurge=1 so State Hub can roll without an outage. + # Restored to the chart's 250m on 2026-09-21. The earlier 100m was a workaround + # for a node with <250m unallocated; ~830m of Knative/Kourier requests were + # released that day (the-custodian docs/kubernetes-change-gate-decision.md). + # State Hub idles near 5m but bursts past 400m under concurrent agent load. requests: - cpu: 100m + cpu: 250m memory: 512Mi limits: cpu: 1000m