Skip to content

Commit 5079a47

Browse files
svghadiopenshift-cherrypick-robot
authored andcommitted
Remove resource limits for manager container
Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 7854314 commit 5079a47

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ metadata:
164164
capabilities: Deep Insights
165165
console.openshift.io/plugins: '["gitops-plugin"]'
166166
containerImage: quay.io/redhat-developer/gitops-operator
167-
createdAt: "2024-08-20T17:38:59Z"
167+
createdAt: "2024-10-04T04:12:36Z"
168168
description: Enables teams to adopt GitOps principles for managing cluster configurations
169169
and application delivery across hybrid multi-cluster Kubernetes environments.
170170
features.operators.openshift.io/disconnected: "true"
@@ -1017,13 +1017,7 @@ spec:
10171017
port: 8081
10181018
initialDelaySeconds: 5
10191019
periodSeconds: 10
1020-
resources:
1021-
limits:
1022-
cpu: 500m
1023-
memory: 768Mi
1024-
requests:
1025-
cpu: 10m
1026-
memory: 256Mi
1020+
resources: {}
10271021
securityContext:
10281022
allowPrivilegeEscalation: false
10291023
capabilities:

config/manager/manager.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ spec:
5050
port: 8081
5151
initialDelaySeconds: 5
5252
periodSeconds: 10
53-
resources:
54-
limits:
55-
cpu: 500m
56-
memory: 768Mi
57-
requests:
58-
cpu: 10m
59-
memory: 256Mi
53+
resources: {}
6054
securityContext:
6155
allowPrivilegeEscalation: false
6256
capabilities:

0 commit comments

Comments
 (0)