change of plans on the nas for now
This commit is contained in:
parent
9220d5c144
commit
d496a069cb
|
|
@ -48,8 +48,6 @@ spec:
|
|||
mountPath: /dev/dri
|
||||
- name: jellyfin-media-seagate
|
||||
mountPath: /seagate
|
||||
- name: jellyfin-nas
|
||||
mountPath: /nas
|
||||
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
|
@ -71,7 +69,3 @@ spec:
|
|||
hostPath:
|
||||
path: /dev/dri
|
||||
|
||||
- name: jellyfin-nas
|
||||
persistentVolumeClaim:
|
||||
claimName: jellyfin-nas
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- nas
|
||||
#- nas
|
||||
- nvme2tb
|
||||
- seagate
|
||||
|
|
|
|||
|
|
@ -42,6 +42,3 @@ spec:
|
|||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: qbittorrent-downloads
|
||||
- name: jellyfin-nas
|
||||
persistentVolumeClaim:
|
||||
claimName: jellyfin-nas
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ spec:
|
|||
mountPath: /movies
|
||||
- name: downloads
|
||||
mountPath: /downloads
|
||||
- name: jellyfin-nas
|
||||
mountPath: /nas
|
||||
ports:
|
||||
- containerPort: 7878
|
||||
volumes:
|
||||
|
|
@ -42,6 +40,3 @@ spec:
|
|||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: qbittorrent-downloads
|
||||
- name: jellyfin-nas
|
||||
persistentVolumeClaim:
|
||||
claimName: jellyfin-nas
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@ spec:
|
|||
mountPath: /tv
|
||||
- name: downloads
|
||||
mountPath: /downloads
|
||||
- name: jellyfin-nas
|
||||
mountPath: /nas
|
||||
ports:
|
||||
- containerPort: 8989
|
||||
volumes:
|
||||
|
|
@ -53,6 +51,3 @@ spec:
|
|||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: qbittorrent-downloads
|
||||
- name: jellyfin-nas
|
||||
persistentVolumeClaim:
|
||||
claimName: jellyfin-nas
|
||||
|
|
|
|||
Loading…
Reference in a new issue