Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1785674: fix(deploy): remove resource limits #1207

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion deploy/chart/values.yaml
@@ -1,4 +1,3 @@
installType: upstream
awgreene marked this conversation as resolved.
Show resolved Hide resolved
rbacApiVersion: rbac.authorization.k8s.io
namespace: operator-lifecycle-manager
catalog_namespace: operator-lifecycle-manager
Expand Down
9 changes: 0 additions & 9 deletions deploy/ocp/values.yaml
Expand Up @@ -32,9 +32,6 @@ olm:
tlsCertPath: /var/run/secrets/serving-cert/tls.crt
tlsKeyPath: /var/run/secrets/serving-cert/tls.key
resources:
limits:
cpu: 400m
memory: 400Mi
requests:
cpu: 10m
memory: 160Mi
Expand All @@ -61,9 +58,6 @@ catalog:
effect: NoExecute
tolerationSeconds: 120
resources:
limits:
cpu: 200m
memory: 300Mi
requests:
cpu: 10m
memory: 80Mi
Expand All @@ -90,9 +84,6 @@ package:
effect: NoExecute
tolerationSeconds: 120
resources:
limits:
cpu: 400m
memory: 400Mi
requests:
cpu: 10m
memory: 50Mi
3 changes: 0 additions & 3 deletions manifests/0000_50_olm_07-olm-operator.deployment.yaml
Expand Up @@ -62,9 +62,6 @@ spec:
- name: OPERATOR_NAME
value: olm-operator
resources:
limits:
cpu: 400m
memory: 400Mi
requests:
cpu: 10m
memory: 160Mi
Expand Down
3 changes: 0 additions & 3 deletions manifests/0000_50_olm_08-catalog-operator.deployment.yaml
Expand Up @@ -55,9 +55,6 @@ spec:
value: "0.0.1-snapshot"

resources:
limits:
cpu: 200m
memory: 300Mi
requests:
cpu: 10m
memory: 80Mi
Expand Down
Expand Up @@ -122,9 +122,6 @@ spec:
port: 5443
terminationMessagePolicy: FallbackToLogsOnError
resources:
limits:
cpu: 400m
memory: 400Mi
requests:
cpu: 10m
memory: 50Mi
Expand Down