Skip to content
Snippets Groups Projects
Verified Commit 58b8360f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(jellyfin): Create ephemeral transcodes volumes

parent ecc4e626
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ spec:
- mountPath: /data/media
name: media
readOnly: False
- mountPath: /config/transcodes
name: transcodes-tmp
- mountPath: /config
name: jellyfin-config
- mountPath: /cache
......@@ -78,6 +80,15 @@ spec:
seccompProfile:
type: "RuntimeDefault"
volumes:
- name: transcodes-tmp
ephemeral:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
- name: movies
persistentVolumeClaim:
claimName: jellyfin-movies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment