File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ podLabels: {}
43
43
44
44
# Resource requests/limits to specify for the Velero deployment.
45
45
# 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
53
53
54
54
# Configure the dnsPolicy of the Velero deployment
55
55
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
@@ -472,13 +472,13 @@ nodeAgent:
472
472
priorityClassName : " "
473
473
# Resource requests/limits to specify for the node-agent daemonset deployment. Optional.
474
474
# 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
482
482
483
483
# Tolerations to use for the node-agent daemonset. Optional.
484
484
tolerations : []
You can’t perform that action at this time.
0 commit comments