Skip to content

Commit

Permalink
[Bugfix] update operator memory resouce (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao authored Sep 7, 2023
1 parent 0546d27 commit d0dea0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ spec:
resources:
limits:
cpu: 500m
memory: 200Mi
memory: 800Mi
requests:
cpu: 500m
memory: 200Mi
memory: 400Mi
serviceAccountName: starrocks
terminationGracePeriodSeconds: 10
4 changes: 2 additions & 2 deletions helm-charts/charts/kube-starrocks/charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit d0dea0d

Please sign in to comment.