fix(resource-quotas): bump vault quota for 256Mi per-pod requests#39
Merged
danielgines merged 1 commit intomainfrom May 1, 2026
Merged
fix(resource-quotas): bump vault quota for 256Mi per-pod requests#39danielgines merged 1 commit intomainfrom
danielgines merged 1 commit intomainfrom
Conversation
Audit on cortex prd 2026-04-30 found vault sts blocked from rolling update because the namespace ResourceQuota platform-quota-vault was sized for chart-default 128Mi req per pod (3-pod baseline 384Mi < 600Mi quota). After Block 3 right-sizing bumped the per-pod request to 256Mi (peak observed ~190Mi), the 3-pod total (768Mi) exceeds the 600Mi quota — sts-controller cannot create the 4th surge pod during rolling-update, blocking config rollout. Bumps quota to: requests.cpu 300m -> 1 requests.memory 600Mi -> 1200Mi limits.cpu 1500m -> 2 limits.memory 1500Mi -> 2400Mi Sized for 4-pod surge at 256Mi req per pod = 1024Mi + 200Mi tracker headroom = 1200Mi total.
danielgines
added a commit
that referenced
this pull request
May 1, 2026
Sync chart Chart.yaml + values.yaml to match the resource-quotas/values.yaml vault-quota bump merged in #39 (3-file rule).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vault sts rolling-update blocked because ResourceQuota was sized for 128Mi/pod (chart default). Block 3 right-sizing bumped to 256Mi/pod, 3-pod total 768Mi > 600Mi quota. Bumps to 1200Mi to fit 4-pod surge with 200Mi tracker headroom.