Skip to content

Commit

Permalink
chore: Increase memory limits to 1Gi (#1785)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Nov 20, 2023
1 parent 45a9bb2 commit 14eed75
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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.77.0-815.next
name: eclipse-che.v7.78.0-817.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -985,10 +985,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down Expand Up @@ -1234,7 +1234,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.77.0-815.next
version: 7.78.0-817.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
hostIPC: false
hostNetwork: false
hostPID: false
Expand Down
4 changes: 2 additions & 2 deletions deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8969,10 +8969,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
4 changes: 2 additions & 2 deletions deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8971,10 +8971,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
4 changes: 2 additions & 2 deletions helmcharts/next/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 1Gi
requests:
cpu: 100m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 14eed75

Please sign in to comment.