Skip to content

Commit 635cc01

Browse files
committed
Remove default values for resources
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 7564a60 commit 635cc01

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

charts/velero/values.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ podLabels: {}
4343

4444
# Resource requests/limits to specify for the Velero deployment.
4545
# https://velero.io/docs/v1.6/customize-installation/#customize-resource-requests-and-limits
46-
resources:
47-
requests:
48-
cpu: 500m
49-
memory: 128Mi
50-
limits:
51-
cpu: 1000m
52-
memory: 512Mi
46+
resources: {}
47+
# requests:
48+
# cpu: 500m
49+
# memory: 128Mi
50+
# limits:
51+
# cpu: 1000m
52+
# memory: 512Mi
5353

5454
# Configure the dnsPolicy of the Velero deployment
5555
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
@@ -472,13 +472,13 @@ nodeAgent:
472472
priorityClassName: ""
473473
# Resource requests/limits to specify for the node-agent daemonset deployment. Optional.
474474
# https://velero.io/docs/v1.6/customize-installation/#customize-resource-requests-and-limits
475-
resources:
476-
requests:
477-
cpu: 500m
478-
memory: 512Mi
479-
limits:
480-
cpu: 1000m
481-
memory: 1024Mi
475+
resources: {}
476+
# requests:
477+
# cpu: 500m
478+
# memory: 512Mi
479+
# limits:
480+
# cpu: 1000m
481+
# memory: 1024Mi
482482

483483
# Tolerations to use for the node-agent daemonset. Optional.
484484
tolerations: []

0 commit comments

Comments
 (0)