moved sonarr/radarr metadata to hostpath
This commit is contained in:
@@ -121,6 +121,8 @@ spec:
|
||||
mountPath: /config
|
||||
- name: movies
|
||||
mountPath: /mnt/2_hdd
|
||||
- name: mediacover # <-- NEW
|
||||
mountPath: /config/MediaCover # <-- NEW
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
volumes:
|
||||
@@ -131,6 +133,10 @@ spec:
|
||||
hostPath:
|
||||
path: /mnt/2_hdd
|
||||
type: Directory
|
||||
- name: mediacover # <-- NEW
|
||||
hostPath: # <-- NEW
|
||||
path: /mnt/4_hdd/data/servarr/radarr/MediaCover # <-- NEW
|
||||
type: DirectoryOrCreate # <-- NEW
|
||||
---
|
||||
# Sonarr - TV Show Manager
|
||||
apiVersion: apps/v1
|
||||
@@ -191,6 +197,8 @@ spec:
|
||||
mountPath: /mnt/1_hdd
|
||||
- name: tv2
|
||||
mountPath: /mnt/5_hdd
|
||||
- name: mediacover # <-- NEW
|
||||
mountPath: /config/MediaCover # <-- NEW
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
volumes:
|
||||
@@ -205,6 +213,10 @@ spec:
|
||||
hostPath:
|
||||
path: /mnt/5_hdd
|
||||
type: Directory
|
||||
- name: mediacover # <-- NEW
|
||||
hostPath: # <-- NEW
|
||||
path: /mnt/4_hdd/data/servarr/sonarr/MediaCover # <-- NEW
|
||||
type: DirectoryOrCreate # <-- NEW
|
||||
---
|
||||
# qBittorrent - Download Client
|
||||
apiVersion: apps/v1
|
||||
@@ -667,7 +679,7 @@ spec:
|
||||
storage: 1Gi
|
||||
storageClassName: longhorn
|
||||
---
|
||||
# Radarr - Movie Manager
|
||||
# RadarrKids - Movie Manager
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -728,6 +740,8 @@ spec:
|
||||
subPath: 99-custom-logo.sh
|
||||
- name: custom-logo-assets
|
||||
mountPath: /custom-assets
|
||||
- name: mediacover # <-- NEW
|
||||
mountPath: /config/MediaCover # <-- NEW
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
volumes:
|
||||
@@ -753,6 +767,10 @@ spec:
|
||||
path: logo.png
|
||||
- key: logo-full.png
|
||||
path: logo-full.png
|
||||
- name: mediacover # <-- NEW
|
||||
hostPath: # <-- NEW
|
||||
path: /mnt/4_hdd/data/servarr/radarrkids/MediaCover # <-- NEW
|
||||
type: DirectoryOrCreate # <-- NEW
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user