Skip to content

Commit

Permalink
Increase operator limits
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Jul 23, 2024
1 parent 9731fc0 commit 688bf72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/konveyor-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
categories: Modernization & Migration
certified: "false"
containerImage: quay.io/konveyor/tackle2-operator:latest
createdAt: "2024-07-16T17:45:16Z"
createdAt: "2024-07-23T20:30:23Z"
description: Konveyor is an open-source application modernization platform that
helps organizations safely and predictably modernize applications to Kubernetes
at scale.
Expand Down Expand Up @@ -231,8 +231,8 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 768Mi
cpu: "1"
memory: 2Gi
requests:
cpu: 10m
memory: 256Mi
Expand Down
4 changes: 2 additions & 2 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 768Mi
cpu: "1"
memory: 2Gi
requests:
cpu: 10m
memory: 256Mi
Expand Down

0 comments on commit 688bf72

Please sign in to comment.