Set measured ephemeral-storage budgets for Forgejo and PostgreSQL #616
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure#616
Loading…
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?
Context
During the 2026-07-24 DiskPressure incident, kubelet evicted the Forgejo app after reporting roughly 15 MiB of ephemeral usage against a zero request. PostgreSQL was also evicted with no ephemeral-storage request. Their durable local-path PVCs contribute to node filesystem pressure, but PVC capacity is separate from pod writable-layer, log, and
emptyDiraccounting.Kubelet considers whether a pod exceeds its resource request before pod priority when ranking node-pressure eviction candidates. Forgejo and PostgreSQL therefore need measured ephemeral-storage requests and limits rather than implicit zero requests.
Scope
ephemeral-storagerequests and limits to both containers with enough operational headroom for startup, indexing, maintenance, and ordinary log bursts.Acceptance
deploy/forgejo.ymlcarries measured ephemeral-storage requests and limits for both Forgejo and PostgreSQL.Related: #596 and #600.