mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
39 lines
667 B
YAML
39 lines
667 B
YAML
|
ingress:
|
||
|
main:
|
||
|
enabled: true
|
||
|
annotations:
|
||
|
cert-manager.io/cluster-issuer: vault-issuer
|
||
|
hosts:
|
||
|
- host: stream.dc
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: Prefix
|
||
|
tls:
|
||
|
- secretName: jellyfin-tls
|
||
|
hosts:
|
||
|
- stream.dc
|
||
|
|
||
|
securityContext:
|
||
|
runAsUser: 568
|
||
|
runAsGroup: 568
|
||
|
# fsGroup: 568
|
||
|
privileged: false
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
storageClass: local-path
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: 1Gi
|
||
|
cache:
|
||
|
enabled: true
|
||
|
storageClass: local-path
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: 1Gi
|
||
|
media:
|
||
|
enabled: true
|
||
|
type: hostPath
|
||
|
mountPath: /media
|
||
|
hostPath: /data/media/stream
|
||
|
|