Introduces a daily Kubernetes CronJob that utilizes rclone to perform compressed backups of oCIS S3 data to a Hetzner Storage Box via SFTP. This new backup mechanism requires the manual creation of an 'ocis-storagebox-credentials' secret, which holds the Storage Box host, user, and SSH private key. A check is added to the secret initialization job to ensure this essential external secret exists.
11 lines
255 B
YAML
11 lines
255 B
YAML
apiVersion: v1
|
|
data:
|
|
storage-uuid: 30a27136-b87a-431f-9d0d-0cfec28061e4
|
|
kind: ConfigMap
|
|
metadata:
|
|
annotations:
|
|
a8r.io/repository: ssh://git@git.tr1ceracop.de:222/gitea_admin/k8s-and-chill.git
|
|
labels: null
|
|
name: storage-users
|
|
namespace: ocis
|