File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 77
77
name : htpc-home
78
78
# persistentVolumeClaim:
79
79
# 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
Original file line number Diff line number Diff line change @@ -403,6 +403,11 @@ spec:
403
403
subPath : prowlarr
404
404
securityContext :
405
405
fsGroup : 1000
406
+ volumes :
407
+ - hostPath :
408
+ path : /opt/htpc
409
+ type : DirectoryOrCreate
410
+ name : htpc-home
406
411
---
407
412
apiVersion : apps/v1
408
413
kind : Deployment
Original file line number Diff line number Diff line change @@ -403,6 +403,11 @@ spec:
403
403
subPath : prowlarr
404
404
securityContext :
405
405
fsGroup : 1000
406
+ volumes :
407
+ - hostPath :
408
+ path : /opt/htpc
409
+ type : DirectoryOrCreate
410
+ name : htpc-home
406
411
---
407
412
apiVersion : apps/v1
408
413
kind : Deployment
You can’t perform that action at this time.
0 commit comments