All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
18 lines
330 B
YAML
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
|