apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: jellyfin name: jellyfin spec: replicas: 1 selector: matchLabels: io.kompose.service: jellyfin strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: jellyfin spec: containers: - image: jellyfin/jellyfin name: jellyfin resources: {} volumeMounts: - mountPath: /config name: jellyfin-claim0 - mountPath: /cache name: jellyfin-claim1 - mountPath: /media name: jellyfin-claim2 - mountPath: /media2 name: jellyfin-claim3 readOnly: true restartPolicy: Always volumes: - name: jellyfin-claim0 persistentVolumeClaim: claimName: jellyfin-claim0 - name: jellyfin-claim1 persistentVolumeClaim: claimName: jellyfin-claim1 - name: jellyfin-claim2 persistentVolumeClaim: claimName: jellyfin-claim2 - name: jellyfin-claim3 persistentVolumeClaim: claimName: jellyfin-claim3 readOnly: true status: {}