mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ mailrise
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user