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
|
mountPath: /dev/dri
|
||||||
- name: jellyfin-media-seagate
|
- name: jellyfin-media-seagate
|
||||||
mountPath: /seagate
|
mountPath: /seagate
|
||||||
- name: jellyfin-nas
|
|
||||||
mountPath: /nas
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
@ -71,7 +69,3 @@ spec:
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dev/dri
|
path: /dev/dri
|
||||||
|
|
||||||
- name: jellyfin-nas
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: jellyfin-nas
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- nas
|
#- nas
|
||||||
- nvme2tb
|
- nvme2tb
|
||||||
- seagate
|
- seagate
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,3 @@ spec:
|
||||||
- name: downloads
|
- name: downloads
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: qbittorrent-downloads
|
claimName: qbittorrent-downloads
|
||||||
- name: jellyfin-nas
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: jellyfin-nas
|
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,6 @@ spec:
|
||||||
mountPath: /movies
|
mountPath: /movies
|
||||||
- name: downloads
|
- name: downloads
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
- name: jellyfin-nas
|
|
||||||
mountPath: /nas
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -42,6 +40,3 @@ spec:
|
||||||
- name: downloads
|
- name: downloads
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: qbittorrent-downloads
|
claimName: qbittorrent-downloads
|
||||||
- name: jellyfin-nas
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: jellyfin-nas
|
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,6 @@ spec:
|
||||||
mountPath: /tv
|
mountPath: /tv
|
||||||
- name: downloads
|
- name: downloads
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
- name: jellyfin-nas
|
|
||||||
mountPath: /nas
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8989
|
- containerPort: 8989
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -53,6 +51,3 @@ spec:
|
||||||
- name: downloads
|
- name: downloads
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: qbittorrent-downloads
|
claimName: qbittorrent-downloads
|
||||||
- name: jellyfin-nas
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: jellyfin-nas
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue