Add services/PVR/Jellyfin/values.yaml
This commit is contained in:
parent
b123f1b824
commit
093252609e
37
services/PVR/Jellyfin/values.yaml
Normal file
37
services/PVR/Jellyfin/values.yaml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
service:
|
||||||
|
type: ClusterIP
|
||||||
|
loadBalancerIP: ""
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations: {}
|
||||||
|
# kubernetes.io/ingress.class: nginx
|
||||||
|
# kubernetes.io/tls-acme: "true"
|
||||||
|
hosts:
|
||||||
|
- host: player.pvr.spamasaurus.com
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
|
||||||
|
volumes: []
|
||||||
|
# - name: foo
|
||||||
|
# secret:
|
||||||
|
# secretName: mysecret
|
||||||
|
# optional: false
|
||||||
|
|
||||||
|
volumeMounts:
|
||||||
|
- name: flexvolsmb-jellyfin-movies
|
||||||
|
mountPath: "/movies"
|
||||||
|
- name: flexvolsmb-jellyfin-series
|
||||||
|
mountPath: "/series"
|
||||||
|
|
||||||
|
jellyfin:
|
||||||
|
# -- Enable DLNA. Requires host network. See: https://jellyfin.org/docs/general/networking/dlna.html
|
||||||
|
enableDLNA: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
size: 2Gi
|
||||||
|
media:
|
||||||
|
enabled: false
|
Loading…
x
Reference in New Issue
Block a user