Skip to content

Commit

Permalink
chore: Increase memory limit to 2Gi
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Mar 25, 2024
1 parent 903ad38 commit 822bda0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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.v7.83.0-860.next
name: eclipse-che.v7.84.0-861.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -950,7 +950,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down Expand Up @@ -1032,7 +1032,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.83.0-860.next
version: 7.84.0-861.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8748,7 +8748,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8750,7 +8750,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/next/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 128Mi
Expand Down

0 comments on commit 822bda0

Please sign in to comment.