Automated upload for observability.buildth.ing

This commit is contained in:
Automated pipeline 2025-08-12 08:31:20 +00:00 committed by Actions pipeline
parent 4dc5433426
commit bf54e7fe38
5 changed files with 36 additions and 101 deletions

View file

@ -40,7 +40,7 @@ spec:
- /bin/sh
- -c
- |
rclone sync source:/${SOURCE_BUCKET}/packages /backup -v --ignore-checksum
rclone sync source:/${SOURCE_BUCKET} /backup -v --ignore-checksum
restartPolicy: OnFailure
volumes:
- name: rclone-config
@ -55,7 +55,11 @@ kind: PersistentVolumeClaim
metadata:
name: s3-backup
namespace: gitea
annotations:
everest.io/disk-volume-type: SATA
everest.io/crypt-key-id: c02a26f1-3c7e-486d-ba5a-266c321bb203
spec:
storageClassName: csi-disk
accessModes:
- ReadWriteOnce
resources:

View file

@ -17,8 +17,10 @@ postgresql-ha:
persistence:
enabled: true
size: 200Gi
storageClass: csi-disk
annotations:
everest.io/crypt-key-id: c02a26f1-3c7e-486d-ba5a-266c321bb203
everest.io/disk-volume-type: GPSSD
test:
enabled: false