Add rclone to the chart
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -11,7 +11,25 @@ base:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
initContainers:
|
||||
faircamp:
|
||||
01-rclone:
|
||||
image:
|
||||
registry: registry.hub.docker.com
|
||||
repository: rclone/rclone
|
||||
tag: 1.67
|
||||
pullPolicy: Always
|
||||
volumeMounts:
|
||||
storage:
|
||||
site:
|
||||
path: /data
|
||||
files:
|
||||
rclone-config:
|
||||
path: /app/rclone.conf
|
||||
subPath: rclone.conf
|
||||
command:
|
||||
- rclone
|
||||
args:
|
||||
- --config /app/rclone.conf sync --exclude=*.wav -P music-data:/navidrome/music/allanger_beats /data
|
||||
02-faircamp:
|
||||
image:
|
||||
registry: gitea.badhouseplants.net
|
||||
repository: badhouseplants/faircamp-site
|
||||
@@ -111,3 +129,16 @@ config:
|
||||
sensitive: true
|
||||
remove: []
|
||||
data: {}
|
||||
files:
|
||||
rclone-config:
|
||||
enabled: true
|
||||
sensitive: false
|
||||
remove: []
|
||||
entries:
|
||||
rclone.conf:
|
||||
data: |
|
||||
[music-data]
|
||||
type = s3
|
||||
provider = Minio
|
||||
endpoint = s3.company
|
||||
location_constraint = us-west-1
|
||||
|
||||
Reference in New Issue
Block a user