Skip to content

Commit

Permalink
Merge pull request #1207 from ecordell/remove-limits
Browse files Browse the repository at this point in the history
fix(deploy): remove resource limits
  • Loading branch information
openshift-merge-robot authored Dec 20, 2019
2 parents 2feb5fc + 8f9b6e2 commit c67efd3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion deploy/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
installType: upstream
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
port: 5443
terminationMessagePolicy: FallbackToLogsOnError
resources:
limits:
cpu: 400m
memory: 400Mi
requests:
cpu: 10m
memory: 50Mi
Expand Down

0 comments on commit c67efd3

Please sign in to comment.