set memory limits

This commit is contained in:
Grant Hunter
2025-12-07 15:25:24 -07:00
parent 6d604c269d
commit 708efca878
17 changed files with 133 additions and 37 deletions

View File

@@ -2,3 +2,10 @@ k8up:
envVars:
- name: BACKUP_GLOBAL_CONCURRENT_BACKUP_JOBS_LIMIT
values: 1
resources:
requests:
cpu: 10m
memory: 64Mi
limits:
cpu: 500m
memory: 64Mi