Skip to content

Commit

Permalink
Merge pull request #649 from jboyd01/refine-limits
Browse files Browse the repository at this point in the history
update Service Catalog memory & cpu limits
  • Loading branch information
openshift-merge-robot committed Jan 5, 2019
2 parents 0f47789 + 80cd06e commit 81104ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -133,7 +133,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 60Mi
memory: 140Mi
requests:
cpu: 100m
memory: 40Mi
Expand Down Expand Up @@ -243,10 +243,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 60Mi
memory: 150Mi
requests:
cpu: 100m
memory: 40Mi
memory: 100Mi
env:
- name: K8S_NAMESPACE
valueFrom:
Expand Down
6 changes: 3 additions & 3 deletions manifests/0000_30_06-rh-operators.configmap.yaml
Expand Up @@ -13156,7 +13156,7 @@ data:
resources:
limits:
cpu: 100m
memory: 60Mi
memory: 140Mi
requests:
cpu: 100m
memory: 40Mi
Expand Down Expand Up @@ -13266,10 +13266,10 @@ data:
resources:
limits:
cpu: 100m
memory: 60Mi
memory: 150Mi
requests:
cpu: 100m
memory: 40Mi
memory: 100Mi
env:
- name: K8S_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 81104ff

Please sign in to comment.