mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
remove the resource limit for cluster-manager (#779)
Signed-off-by: Qing Hao <qhao@redhat.com>
This commit is contained in:
@@ -48,8 +48,6 @@ resources:
|
||||
requests:
|
||||
cpu: 2m
|
||||
memory: 16Mi
|
||||
limits:
|
||||
memory: 2Gi
|
||||
|
||||
# nodeSelector for clusterManager operator deployment.
|
||||
nodeSelector: {}
|
||||
|
||||
@@ -77,8 +77,6 @@ spec:
|
||||
port: 8443
|
||||
initialDelaySeconds: 2
|
||||
resources:
|
||||
limits:
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 2m
|
||||
memory: 16Mi
|
||||
|
||||
@@ -59,7 +59,7 @@ metadata:
|
||||
categories: Integration & Delivery,OpenShift Optional
|
||||
certified: "false"
|
||||
containerImage: quay.io/open-cluster-management/registration-operator:latest
|
||||
createdAt: "2024-12-18T07:51:41Z"
|
||||
createdAt: "2024-12-24T03:03:39Z"
|
||||
description: Manages the installation and upgrade of the ClusterManager.
|
||||
operators.operatorframework.io/builder: operator-sdk-v1.32.0
|
||||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
|
||||
@@ -598,8 +598,6 @@ spec:
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 2
|
||||
resources:
|
||||
limits:
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 2m
|
||||
memory: 16Mi
|
||||
|
||||
Reference in New Issue
Block a user