From 1e5222d458bcbc37d35597ea84f1710011803eb1 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 22 Aug 2026 19:04:38 +0200 Subject: [PATCH] ops: preserve State Hub rolling headroom Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834 --- deploy/railiance/apps/helm/state-hub-values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deploy/railiance/apps/helm/state-hub-values.yaml b/deploy/railiance/apps/helm/state-hub-values.yaml index f9bed36..5030a5b 100644 --- a/deploy/railiance/apps/helm/state-hub-values.yaml +++ b/deploy/railiance/apps/helm/state-hub-values.yaml @@ -16,6 +16,16 @@ config: # T04 starts fail-safe. Change only this value to `nexus` after parity checks. sbomNexusReadMode: legacy +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. + requests: + cpu: 100m + memory: 512Mi + limits: + cpu: 1000m + memory: 2Gi + sweep: # RMGR-WP-0005-T11: disabled while railiance01 checkouts still target the # stale gitea-remote lineage. Re-enable only after the governed remote