Skip to content

Commit

Permalink
fix: [backport-2.7] override with a higher memory limit (#2247) (#2250)
Browse files Browse the repository at this point in the history
* fix: override with a higher memory limit (#2247)

and also explicitly put the chart defaults down in our default CM

(cherry picked from commit 70b4cc2)

* chore: bump velero k-app version
  • Loading branch information
cwyl02 authored Jul 9, 2024
1 parent 27801e2 commit 7e26c0f
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ data:
values.yaml: |
---
priorityClassName: "dkp-critical-priority"
resources:
# these are from the chart defaults
# except memory limit, which the default 512Mi can be short when it's during a restoration run
requests:
cpu: 500m
memory: 128Mi
limits:
cpu: 1000m
memory: 2Gi
configuration:
backupStorageLocation:
- bucket: dkp-velero
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7e26c0f

Please sign in to comment.