Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: add nas backup
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Feb 10, 2024
1 parent 1a4edeb commit e081714
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/apps/organizarrs/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,9 @@ spec:
existingClaim: prowlarr-config-v1
tmp:
type: emptyDir
backup:
enabled: true
type: nfs
server: "helios.${INTERNAL_DOMAIN}"
path: /tank/backup/kubernetes/apps/prowlarr
mountPath: /config/Backups

0 comments on commit e081714

Please sign in to comment.