Update limits
This commit is contained in:
parent
1d6a056723
commit
62dcbaaa52
@ -78,7 +78,6 @@ resources:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
# Resource requests/limits to specify for the upgradeCRDs job pod.
|
# Resource requests/limits to specify for the upgradeCRDs job pod.
|
||||||
@ -87,8 +86,7 @@ upgradeJobResources:
|
|||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
memory: 256Mi
|
||||||
memory: 128Mi
|
|
||||||
|
|
||||||
# Configure the dnsPolicy of the Velero deployment
|
# Configure the dnsPolicy of the Velero deployment
|
||||||
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
|
# See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user