Reorganise the trains

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-23 21:32:52 +02:00
parent 674b30a7bd
commit d3deb8af69
614 changed files with 16 additions and 903 deletions
+21
View File
@@ -0,0 +1,21 @@
env:
GONIC_MUSIC_PATH: "/music"
GONIC_PODCAST_PATH: "/podcasts"
GONIC_CACHE_PATH: "/cache"
persistence:
data:
enabled: true
type: emptyDir
mountPath: /data
podcasts:
enabled: true
type: emptyDir
mountPath: /podcasts
cache:
enabled: true
type: emptyDir
mountPath: /cache
music:
enabled: true
type: emptyDir
mountPath: /music