Skip to content

Commit

Permalink
Merge pull request #88 from RamLavi/remove_limit
Browse files Browse the repository at this point in the history
config/manager, ipam-ext Deployment: Remove limits, Increase reqeusts
  • Loading branch information
kubevirt-bot authored Jan 26, 2025
2 parents 3fb79b7 + 752ceca commit 05b47ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
memory: 128Mi
priorityClassName: system-cluster-critical
serviceAccountName: manager
terminationGracePeriodSeconds: 10
5 changes: 1 addition & 4 deletions dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,9 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 05b47ce

Please sign in to comment.