diff --git a/helm/values.yaml b/helm/values.yaml index 7338fa1..be359f7 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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