diff --git a/charts/miroir/values.yaml b/charts/miroir/values.yaml index a183d6b..fc948b1 100644 --- a/charts/miroir/values.yaml +++ b/charts/miroir/values.yaml @@ -58,10 +58,10 @@ miroir: resources: limits: cpu: 2000m - memory: 3840Mi + memory: 3584Mi # 3.5 GiB (leaves headroom under 3.75 GB node limit, per ยง14.8) requests: - cpu: 1000m - memory: 2048Mi + cpu: 500m + memory: 1Gi # Pod annotations podAnnotations: {}