limit backup concurrency, increase mem limits

This commit is contained in:
Grant Hunter
2026-09-06 20:23:47 -06:00
parent f133f192ec
commit e4e205e2de
5 changed files with 17 additions and 13 deletions
+4
View File
@@ -2,6 +2,10 @@ k8up:
envVars:
- name: BACKUP_GLOBAL_CONCURRENT_BACKUP_JOBS_LIMIT
values: 1
- name: BACKUP_GLOBAL_CONCURRENT_CHECK_JOBS_LIMIT
values: 1
- name: BACKUP_GLOBAL_CONCURRENT_PRUNE_JOBS_LIMIT
values: 1
resources:
requests:
cpu: 10m