more stuff

This commit is contained in:
Morten Olsen
2025-09-03 15:16:50 +02:00
parent 5ee7a76443
commit 03e406322f
9 changed files with 25 additions and 20 deletions

View File

@@ -1,2 +1,2 @@
environment: dev
environment: prod
subdomain: bytestash

View File

@@ -0,0 +1 @@
https://www.authelia.com/integration/openid-connect/clients/jellyfin/

View File

@@ -5,6 +5,6 @@ metadata:
spec:
environment: '{{ .Values.environment }}'
redirectUris:
- path: /api/auth/oidc/callback
- path: /sso/OID/redirect/Authentik
subdomain: '{{ .Values.subdomain }}'
matchingMode: strict

View File

@@ -33,10 +33,20 @@ spec:
name: config
- mountPath: /media/movies
name: movies
- mountPath: /media/tv-shows
name: tvshows
- mountPath: /media/music
name: music
volumes:
- name: config
persistentVolumeClaim:
claimName: '{{ .Release.Name }}-config'
- name: movies
persistentVolumeClaim:
claimName: 'movies'
claimName: movies
- name: tvshows
persistentVolumeClaim:
claimName: tvshows
- name: music
persistentVolumeClaim:
claimName: music

View File

@@ -2,5 +2,5 @@ image:
repository: docker.io/jellyfin/jellyfin
tag: latest
pullPolicy: IfNotPresent
environment: dev
environment: prod
subdomain: jellyfin