Skip to content
Snippets Groups Projects
Commit 64c309e3 authored by Arie Peterson's avatar Arie Peterson
Browse files

Reduce cpu requests of velero

parent 6e2aac3a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ metadata:
name: stackspin-velero-values
data:
values.yaml: |
resources:
requests:
cpu: 100m
# Init containers to add to the Velero deployment's pod spec. At least one
# plugin provider image is required.
initContainers:
......@@ -99,6 +102,9 @@ data:
restic:
podVolumePath: /var/lib/kubelet/pods
privileged: true
resources:
requests:
cpu: 100m
# Backup schedules to create.
schedules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment