Skip to content

Commit b8f8148

Browse files
authored
Merge branch 'main' into tpl-config-reload
2 parents 81d2138 + e0de1c3 commit b8f8148

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/velero/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ resources:
8181
cpu: 1000m
8282
memory: 512Mi
8383

84-
# Resource requests/limits to specify for the upgradeCRDs job pod.
85-
upgradeJobResources:
86-
requests:
87-
cpu: 50m
88-
memory: 64Mi
89-
limits:
90-
cpu: 100m
91-
memory: 128Mi
84+
# Resource requests/limits to specify for the upgradeCRDs job pod. Need to be adjusted by user accordingly.
85+
upgradeJobResources: {}
86+
# requests:
87+
# cpu: 50m
88+
# memory: 128Mi
89+
# limits:
90+
# cpu: 100m
91+
# memory: 256Mi
9292

9393
# Configure the dnsPolicy of the Velero deployment
9494
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy

0 commit comments

Comments
 (0)