add arr-stack and jellyfin to velero backups

This commit is contained in:
2025-09-29 08:46:53 -04:00
parent f7950a6632
commit 449a5884c1
5 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ spec:
metadata: metadata:
labels: labels:
app: prowlarr app: prowlarr
annotations:
backup.velero.io/backup-volumes: config
spec: spec:
containers: containers:
- name: prowlarr - name: prowlarr

View File

@@ -11,6 +11,8 @@ spec:
metadata: metadata:
labels: labels:
app: radarr app: radarr
annotations:
backup.velero.io/backup-volumes: config
spec: spec:
containers: containers:
- name: radarr - name: radarr

View File

@@ -11,6 +11,8 @@ spec:
metadata: metadata:
labels: labels:
app: sonarr app: sonarr
annotations:
backup.velero.io/backup-volumes: config
spec: spec:
containers: containers:
- name: sonarr - name: sonarr

View File

@@ -10,6 +10,8 @@ spec:
metadata: metadata:
labels: labels:
app: dispatcharr app: dispatcharr
annotations:
backup.velero.io/backup-volumes: data
spec: spec:
containers: containers:
- name: dispatcharr - name: dispatcharr

View File

@@ -54,6 +54,8 @@ jellyfin:
mountPath: /tmp/transcode mountPath: /tmp/transcode
- name: dev-dri - name: dev-dri
mountPath: /dev/dri mountPath: /dev/dri
podAnnotations:
backup.velero.io/backup-volumes: config
securityContext: securityContext:
privileged: true privileged: true
nodeSelector: nodeSelector: