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

Temporary revert operator memory limit to 5 GiB #1206

Merged
merged 1 commit into from
Nov 30, 2021
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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