Skip to content

Commit

Permalink
Temporary revert operator memory limit to 5 GiB (#1206)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun authored Nov 30, 2021
1 parent 474b0c8 commit 53fee90
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.40.0-378.next-all-namespaces
name: eclipse-che-preview-openshift.v7.40.0-379.next-all-namespaces
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1187,7 +1187,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 5Gi
requests:
cpu: 100m
memory: 64Mi
Expand Down Expand Up @@ -1439,4 +1439,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-378.next-all-namespaces
version: 7.40.0-379.next-all-namespaces
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-kubernetes.v7.40.0-378.next
name: eclipse-che-preview-kubernetes.v7.40.0-379.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1176,7 +1176,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 5Gi
requests:
cpu: 100m
memory: 64Mi
Expand Down Expand Up @@ -1406,4 +1406,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-378.next
version: 7.40.0-379.next
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.40.0-378.next
name: eclipse-che-preview-openshift.v7.40.0-379.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1187,7 +1187,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 5Gi
requests:
cpu: 100m
memory: 64Mi
Expand Down Expand Up @@ -1439,4 +1439,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-378.next
version: 7.40.0-379.next
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 5Gi
requests:
cpu: 100m
memory: 64Mi
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 5Gi
requests:
cpu: 100m
memory: 64Mi
Expand Down

0 comments on commit 53fee90

Please sign in to comment.