Skip to content

Commit

Permalink
fix(arr): use tmp emptydirs
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 15, 2023
1 parent 393b1fb commit 968dae5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/apps/media/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ spec:
config:
enabled: true
type: emptyDir
tmp:
type: emptyDir
service:
main:
ports:
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/apps/media/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ spec:
config:
enabled: true
existingClaim: *app
tmp:
type: emptyDir
media:
existingClaim: media
service:
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/apps/media/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ spec:
config:
enabled: true
existingClaim: *app
tmp:
type: emptyDir
media:
existingClaim: media
service:
Expand Down

0 comments on commit 968dae5

Please sign in to comment.