feat: Add node affinity support for backup CronJob and update values.yaml

This commit is contained in:
sha
2026-03-18 11:26:25 +02:00
parent 07a3de1ffa
commit fa42f3ac8f
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -107,6 +107,8 @@ backup:
retentionDays: 10
storagePath: /storage/backups/postgres
resources: {}
# Node to run backup on (hostname). If set, overrides global affinity/tolerations for the backup CronJob.
node: ""
nodeSelector: {}