Files
homeserver/kubernetes/media/jellyfin-fix.yaml
Taqi Tahmid 2ee0c95869
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
kubernetes: add and update new and existing projects
2025-10-05 16:32:56 +03:00

18 lines
330 B
YAML

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