mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Del(airsonic)
This commit is contained in:
parent
1ee132cccf
commit
649a1e2791
2 changed files with 0 additions and 74 deletions
|
@ -1,9 +0,0 @@
|
|||
config:
|
||||
description: Music Streaming
|
||||
syncWave: 100
|
||||
|
||||
apps:
|
||||
- name: airsonic
|
||||
chart: airsonic
|
||||
repo: k8s-at-home
|
||||
targetRevision: 6.3.2
|
|
@ -1,65 +0,0 @@
|
|||
image:
|
||||
repository: airsonicadvanced/airsonic-advanced
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
JAVA_OPTS: "-Dserver.use-forward-headers=true"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 4040
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
hosts:
|
||||
- host: music.dc
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: music-tls
|
||||
hosts:
|
||||
- music.dc
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
persistence:
|
||||
music:
|
||||
enabled: true
|
||||
mountPath: /var/music
|
||||
type: hostPath
|
||||
hostPath: /data/media/music
|
||||
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /var/airsonic
|
||||
size: 1Gi
|
||||
accessMode: ReadWriteOnce
|
||||
playlists:
|
||||
enabled: true
|
||||
mountPath: /var/playlists
|
||||
size: 1Gi
|
||||
accessMode: ReadWriteOnce
|
||||
podcasts:
|
||||
enabled: true
|
||||
mountPath: /var/podcasts
|
||||
size: 1Gi
|
||||
accessMode: ReadWriteOnce
|
||||
media:
|
||||
enabled: true
|
||||
mountPath: /var/media
|
||||
size: 1Gi
|
||||
accessMode: ReadWriteOnce
|
Loading…
Reference in a new issue