⬆️ music-transcode app-template v2

This commit is contained in:
auricom
2023-11-02 20:51:16 +01:00
parent 21d3190606
commit 2408e20c0d

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 1.5.1 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -27,12 +27,14 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: controllers:
main:
type: cronjob type: cronjob
cronjob: cronjob:
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "@daily" schedule: "@daily"
restartPolicy: OnFailure containers:
main:
image: image:
repository: ghcr.io/auricom/freac repository: ghcr.io/auricom/freac
tag: 1.1.7@sha256:2f7f1997e5437122fe0140601e0fe609777654243b0f2903f3d937794f6e31e0 tag: 1.1.7@sha256:2f7f1997e5437122fe0140601e0fe609777654243b0f2903f3d937794f6e31e0
@@ -58,30 +60,30 @@ spec:
enabled: false enabled: false
persistence: persistence:
scripts: scripts:
enabled: true
type: configMap type: configMap
name: music-transcode-configmap name: music-transcode-configmap
subPath: transcode.sh
mountPath: /app/transcode.sh
defaultMode: 0775 defaultMode: 0775
globalMounts:
- path: /app/transcode.sh
subPath: transcode.sh
readOnly: true readOnly: true
exclude: exclude:
enabled: true
type: configMap type: configMap
name: music-transcode-configmap name: music-transcode-configmap
subPath: transcode_exclude.cfg
mountPath: /app/transcode_exclude.cfg
defaultMode: 0775 defaultMode: 0775
globalMounts:
- path: /app/transcode_exclude.cfg
subPath: transcode_exclude.cfg
readOnly: true readOnly: true
music: music:
enabled: true
type: nfs type: nfs
mountPath: /mnt/music
path: /mnt/storage/music path: /mnt/storage/music
server: ${LOCAL_LAN_TRUENAS} server: ${LOCAL_LAN_TRUENAS}
globalMounts:
- path: /mnt/music
music-transcoded: music-transcoded:
enabled: true
type: nfs type: nfs
mountPath: /mnt/music_transcoded
path: /mnt/storage/music_transcoded path: /mnt/storage/music_transcoded
server: ${LOCAL_LAN_TRUENAS} server: ${LOCAL_LAN_TRUENAS}
globalMounts:
- path: /mnt/music_transcoded