Skip to content

Commit 4987624

Browse files
authored
fix: Prowlarr volume patch (#39)
1 parent 9c6dfd3 commit 4987624

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

base/volumes_patch.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,16 @@ spec:
7777
name: htpc-home
7878
# persistentVolumeClaim:
7979
# claimName: local-path-pvc
80+
---
81+
apiVersion: apps/v1
82+
kind: Deployment
83+
metadata:
84+
name: prowlarr
85+
spec:
86+
template:
87+
spec:
88+
volumes:
89+
- hostPath:
90+
path: /opt/htpc
91+
type: DirectoryOrCreate
92+
name: htpc-home

install_armhf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ spec:
403403
subPath: prowlarr
404404
securityContext:
405405
fsGroup: 1000
406+
volumes:
407+
- hostPath:
408+
path: /opt/htpc
409+
type: DirectoryOrCreate
410+
name: htpc-home
406411
---
407412
apiVersion: apps/v1
408413
kind: Deployment

install_x86_64.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ spec:
403403
subPath: prowlarr
404404
securityContext:
405405
fsGroup: 1000
406+
volumes:
407+
- hostPath:
408+
path: /opt/htpc
409+
type: DirectoryOrCreate
410+
name: htpc-home
406411
---
407412
apiVersion: apps/v1
408413
kind: Deployment

0 commit comments

Comments
 (0)