Skip to content

Commit

Permalink
Adjusts deployment to include docker mod
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Oct 19, 2024
1 parent d00db00 commit 2a37d6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/apps/media/jellyfin/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ spec:
- name: PUID
value: "\x31\x30\x34\x34" #< ACII code for '1044'
- name: TZ
value: Europe/Amsterdam
value: Europe/Dublin
- name: DOCKER_MODS
value: "ghcr.io/intro-skipper/intro-skipper-docker-mod"
securityContext:
privileged: true # Container must run as privileged inside of the pod, required for hardware acceleration
image: ghcr.io/linuxserver/jellyfin:10.9.11@sha256:a074e43e90e97cb6a59ca0345bc6908fa3262b459618ae608b9da7e8ac4ae1f2
Expand Down Expand Up @@ -92,4 +94,4 @@ spec:
name: device-mpp-service

dnsPolicy: ClusterFirst
restartPolicy: Always
restartPolicy: Always

0 comments on commit 2a37d6c

Please sign in to comment.