From d0dea0d7834945d508017ce3eb42384de43ccc77 Mon Sep 17 00:00:00 2001 From: yandongxiao Date: Thu, 7 Sep 2023 10:51:32 +0800 Subject: [PATCH] [Bugfix] update operator memory resouce (#254) Signed-off-by: yandongxiao --- deploy/operator.yaml | 4 ++-- helm-charts/charts/kube-starrocks/charts/operator/values.yaml | 4 ++-- helm-charts/charts/kube-starrocks/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index b550f57a..c3c0822e 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -206,9 +206,9 @@ spec: resources: limits: cpu: 500m - memory: 200Mi + memory: 800Mi requests: cpu: 500m - memory: 200Mi + memory: 400Mi serviceAccountName: starrocks terminationGracePeriodSeconds: 10 diff --git a/helm-charts/charts/kube-starrocks/charts/operator/values.yaml b/helm-charts/charts/kube-starrocks/charts/operator/values.yaml index 3c6d0919..8ab366c8 100644 --- a/helm-charts/charts/kube-starrocks/charts/operator/values.yaml +++ b/helm-charts/charts/kube-starrocks/charts/operator/values.yaml @@ -32,10 +32,10 @@ starrocksOperator: resources: limits: cpu: 500m - memory: 200Mi + memory: 800Mi requests: cpu: 500m - memory: 200Mi + memory: 400Mi # If specified, the pod's nodeSelector,displayName="Map of nodeSelectors to match when scheduling pods on nodes" # Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector nodeSelector: {} diff --git a/helm-charts/charts/kube-starrocks/values.yaml b/helm-charts/charts/kube-starrocks/values.yaml index da0214e8..3b9ebee4 100644 --- a/helm-charts/charts/kube-starrocks/values.yaml +++ b/helm-charts/charts/kube-starrocks/values.yaml @@ -38,10 +38,10 @@ operator: resources: limits: cpu: 500m - memory: 200Mi + memory: 800Mi requests: cpu: 500m - memory: 200Mi + memory: 400Mi # If specified, the pod's nodeSelector,displayName="Map of nodeSelectors to match when scheduling pods on nodes" # Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector nodeSelector: {}