remove the resource limit for cluster-manager (#779)

Signed-off-by: Qing Hao <qhao@redhat.com>
This commit is contained in:
Qing Hao
2024-12-25 09:37:54 +08:00
committed by GitHub
parent 0007cd4c52
commit e1b5f88335
3 changed files with 1 additions and 7 deletions

View File

@@ -48,8 +48,6 @@ resources:
requests:
cpu: 2m
memory: 16Mi
limits:
memory: 2Gi
# nodeSelector for clusterManager operator deployment.
nodeSelector: {}

View File

@@ -77,8 +77,6 @@ spec:
port: 8443
initialDelaySeconds: 2
resources:
limits:
memory: 2Gi
requests:
cpu: 2m
memory: 16Mi

View File

@@ -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