Skip to content

Commit

Permalink
Temporarily fix upstream issue with velero-upgrade-crds pod's memory …
Browse files Browse the repository at this point in the history
…limits

.upgradeJobResources defaults are too low (128Mi limit). set them to something generous that actually works. Revert this once vmware-tanzu/helm-charts#515 is resolved (#1168)

Signed-off-by: Jan Lohage <[email protected]>
  • Loading branch information
j2L4e committed Nov 20, 2023
1 parent e82f195 commit ad889aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions configuration/configuration/templates/velero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,13 @@ stringData:
ttl: "2160h0m"
includedNamespaces:
- '*'

# TODO: Remove upgradeJobResources once https://github.com/vmware-tanzu/helm-charts/issues/515 is resolved
upgradeJobResources:
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 100m
memory: 512Mi
{{- end }}

0 comments on commit ad889aa

Please sign in to comment.