kubernetes: add and update new and existing projects
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
This commit is contained in:
@ -35,7 +35,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: jellyfin
|
||||
image: jellyfin/jellyfin:latest
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
ports:
|
||||
- containerPort: 8096
|
||||
volumeMounts:
|
||||
@ -52,7 +52,7 @@ spec:
|
||||
claimName: media-nfs-pvc
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: plex-config-pvc
|
||||
claimName: jellyfin-config-pvc
|
||||
- name: network-config
|
||||
configMap:
|
||||
name: jellyfin-network-config
|
||||
|
||||
17
kubernetes/media/jellyfin-fix.yaml
Normal file
17
kubernetes/media/jellyfin-fix.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: jellyfin-fix
|
||||
namespace: media
|
||||
spec:
|
||||
containers:
|
||||
- name: helper
|
||||
image: busybox
|
||||
command: ["sleep", "3600"]
|
||||
volumeMounts:
|
||||
- name: jellyfin-config
|
||||
mountPath: /config
|
||||
volumes:
|
||||
- name: jellyfin-config
|
||||
persistentVolumeClaim:
|
||||
claimName: plex-config-pvc
|
||||
@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: plex-config-pvc
|
||||
name: jellyfin-config-pvc
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
||||
Reference in New Issue
Block a user