37 lines
736 B
YAML
37 lines
736 B
YAML
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 |