From 6126e8566a42872202d0ea7322e6fdb35bc26505 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Thu, 15 Jan 2026 19:49:24 +0000 Subject: [PATCH] Add resource limits to PostgreSQL and MinIO subcharts in stage values --- helm/orchard/values-stage.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/helm/orchard/values-stage.yaml b/helm/orchard/values-stage.yaml index 9d370f5..5bce964 100644 --- a/helm/orchard/values-stage.yaml +++ b/helm/orchard/values-stage.yaml @@ -136,6 +136,14 @@ postgresql: persistence: enabled: false size: 10Gi + # Resources with memory requests = limits per cluster policy + resources: + limits: + cpu: 500m + memory: 512Mi + requests: + cpu: 250m + memory: 512Mi # MinIO subchart configuration minio: @@ -152,6 +160,14 @@ minio: persistence: enabled: false size: 50Gi + # Resources with memory requests = limits per cluster policy + resources: + limits: + cpu: 500m + memory: 512Mi + requests: + cpu: 250m + memory: 512Mi # MinIO external ingress for presigned URL access (separate from subchart ingress) minioIngress: