Bump ArgoCD repo-server memory limit (1 alert) #112
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
plan-pal-e-platform→ Platform HardeningRepo
forgejo_admin/pal-e-servicesUser Story
As a platform operator
I want ArgoCD repo-server to have sufficient memory
So that it stops OOMKilling every few hours and can reliably deploy all 8 applications
Context
ArgoCD repo-server OOMKilled 4 times in 4 days. Current limit is 256Mi, managing 8 ArgoCD Applications with a SOPS CMP plugin sidecar. Memory usage climbs past 256Mi over hours as it clones repos, renders manifests, and caches results. Current: requests=64Mi, limits=256Mi. Usage after restart: 81Mi, climbs over time.
File Targets
~/pal-e-services/terraform/main.tflines 93-97 — bumprequests.memory: 64Mi → 128Mi,limits.memory: 256Mi → 512MiFiles NOT to touch:
Acceptance Criteria
kubectl top pod -n argocd -l app.kubernetes.io/component=repo-serverstays under 512MiTest Expectations
tofu plan -lock=falseshows only the memory limit changeskubectl describe pod -n argocd -l app.kubernetes.io/component=repo-servershows new limitsConstraints
tofu apply -lock=falsein pal-e-servicesChecklist
tofu plancleanRelated
pal-e-platform— project boardScope Review: READY
Review note:
review-191-2026-03-18Scope is solid — all template sections present, file targets verified at lines 93-97 of
pal-e-services/terraform/main.tf, acceptance criteria are agent-testable. One blast radius note: ArgoCDservercomponent (lines 79-84) has identical 64Mi/256Mi limits worth monitoring post-fix.Scope Review: NEEDS_REFINEMENT
Review note:
review-item-191-2026-03-18Repo mismatch: issue filed on pal-e-platform but code change is in pal-e-services (terraform/main.tf lines 93-97). Agent will target wrong repo.
Moved to pal-e-services — the fix is in that repo, not pal-e-platform. See the new issue there.