refactor(ente): switch to hcloud object storage
All checks were successful
Renovate / renovate (push) Successful in 54s

This commit is contained in:
Peter 2024-10-11 09:30:42 +02:00
parent ce537c35c6
commit 400ef17fae
Signed by: prskr
GPG key ID: F56BED6903BC5E37
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -2,7 +2,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: sync-garage-forgejo name: sync-garage-ente
namespace: garage namespace: garage
spec: spec:
ttlSecondsAfterFinished: 100 ttlSecondsAfterFinished: 100
@ -20,8 +20,8 @@ spec:
- --ignore-errors - --ignore-errors
- -s3-upload-concurrency 64 - -s3-upload-concurrency 64
- -v - -v
- garage:forgejo - petabox:ente
- hcloud:1661580-forgejo - hcloud:1661580-ente
volumeMounts: volumeMounts:
- name: rclone-config - name: rclone-config
mountPath: /config/rclone mountPath: /config/rclone