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"