mailrise

This commit is contained in:
auricom
2022-12-29 16:40:59 +01:00
parent 0469bc902a
commit 4c7b1271df
8 changed files with 170 additions and 4 deletions

View File

@@ -36,8 +36,13 @@ spec:
- |
#!/bin/bash
/app/transcode.sh -c
/app/transcode.sh -r
cp /app/transcode/transcode.sh /tmp/transcode.sh
cp /app/transcode/transcode_exclude.cfg /tmp/transcode_exclude.cfg
chmod +x /tmp/transcode.sh
cd /tmp
./transcode.sh -c
./transcode.sh -r
volumeMounts:
- name: music-transcoded
@@ -45,14 +50,14 @@ spec:
- name: music
mountPath: /mnt/music
- name: scripts
mountPath: /app
mountPath: /app/scripts
readOnly: true
volumes:
- name: music-transcoded
nfs:
server: "${LOCAL_LAN_TRUENAS}"
path: /mnt/music_transcoded
path: /mnt/storage/music_transcoded
- name: music
nfs:
server: "${LOCAL_LAN_TRUENAS}"