From 6966e7dc1e6979cc711faff032a6058bb68037f9 Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Mon, 24 Mar 2025 22:27:27 -0600 Subject: [PATCH] More request balancing --- mariadb/values.yaml | 12 ++++++++++-- rook-ceph-cluster/values.yaml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/mariadb/values.yaml b/mariadb/values.yaml index 54c33c3..5e99f28 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -2,5 +2,13 @@ persistent: size: 5Gi primary: - resourcesPreset: micro - + resources: + limits: + cpu: 375m + ephemeral-storage: 2Gi + memory: 384Mi + requests: + cpu: 50m + ephemeral-storage: 50Mi + memory: 256Mi + diff --git a/rook-ceph-cluster/values.yaml b/rook-ceph-cluster/values.yaml index fd136f6..35eac5d 100644 --- a/rook-ceph-cluster/values.yaml +++ b/rook-ceph-cluster/values.yaml @@ -9,7 +9,7 @@ cephClusterSpec: resources: mgr: requests: - cpu: 100m + cpu: 50m memory: 256Mi limits: cpu: "1" @@ -54,7 +54,7 @@ cephFileSystems: activeStandby: true resources: requests: - cpu: 100m + cpu: 50m memory: 256Mi limit: cpu: "1"