46 lines
720 B
YAML
46 lines
720 B
YAML
---
|
|
image:
|
|
repository: docker.io/jellyfin/jellyfin
|
|
tag: "latest@sha256:96b09723b22fdde74283274bdc1f63b9b76768afd6045dd80d4a4559fc4bb7f3"
|
|
pullPolicy: Always
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
port: 8096
|
|
|
|
persistence:
|
|
config:
|
|
existingClaim: "plex-config"
|
|
media:
|
|
existingClaim: "plex-data"
|
|
|
|
resources:
|
|
requests:
|
|
memory: "2Gi"
|
|
cpu: "1"
|
|
ephemeral-storage: "50Mi"
|
|
limits:
|
|
memory: "6Gi"
|
|
cpu: "1"
|
|
ephemeral-storage: "1Gi"
|
|
|
|
nodeSelector:
|
|
kubernetes.io/arch: amd64
|
|
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- "SYS_ADMIN"
|
|
drop:
|
|
- "ALL"
|
|
privileged: false
|
|
|
|
volumes:
|
|
- name: hwa
|
|
hostPath:
|
|
path: /dev/dri
|
|
|
|
volumeMounts:
|
|
- name: hwa
|
|
mountPath: /dev/dri
|