From f5b929858fd76d01f47a74a35a2bb3ab51d67ccd Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Wed, 17 Dec 2025 04:56:45 +0000 Subject: [PATCH] Automated Manifest Update (#2618) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2618 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- ...sistant-config-backup-secret-external.yaml | 58 +++++++++++++++++++ ...-assistant-config-backup-secret-local.yaml | 58 +++++++++++++++++++ ...assistant-config-backup-secret-remote.yaml | 58 +++++++++++++++++++ ...sistant-config-backup-source-external.yaml | 29 ++++++++++ ...-assistant-config-backup-source-local.yaml | 29 ++++++++++ ...assistant-config-backup-source-remote.yaml | 29 ++++++++++ ...huntarr-config-backup-secret-external.yaml | 58 +++++++++++++++++++ ...et-huntarr-config-backup-secret-local.yaml | 58 +++++++++++++++++++ ...t-huntarr-config-backup-secret-remote.yaml | 58 +++++++++++++++++++ ...huntarr-config-backup-source-external.yaml | 29 ++++++++++ ...ce-huntarr-config-backup-source-local.yaml | 29 ++++++++++ ...e-huntarr-config-backup-source-remote.yaml | 29 ++++++++++ ...Secret-immich-backup-secret-external.yaml} | 7 ++- ...nalSecret-immich-backup-secret-local.yaml} | 7 ++- ...alSecret-immich-backup-secret-remote.yaml} | 7 ++- ...Source-immich-backup-source-external.yaml} | 15 +++-- ...ionSource-immich-backup-source-local.yaml} | 15 +++-- ...onSource-immich-backup-source-remote.yaml} | 15 +++-- 18 files changed, 564 insertions(+), 24 deletions(-) create mode 100644 clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-external.yaml create mode 100644 clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-local.yaml create mode 100644 clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-remote.yaml create mode 100644 clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-external.yaml create mode 100644 clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-local.yaml create mode 100644 clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-remote.yaml create mode 100644 clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-external.yaml create mode 100644 clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-local.yaml create mode 100644 clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-remote.yaml create mode 100644 clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-external.yaml create mode 100644 clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-local.yaml create mode 100644 clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-remote.yaml rename clusters/cl01tl/manifests/immich/{ExternalSecret-immich-data-backup-secret-external.yaml => ExternalSecret-immich-backup-secret-external.yaml} (87%) rename clusters/cl01tl/manifests/immich/{ExternalSecret-immich-data-backup-secret-local.yaml => ExternalSecret-immich-backup-secret-local.yaml} (87%) rename clusters/cl01tl/manifests/immich/{ExternalSecret-immich-data-backup-secret-remote.yaml => ExternalSecret-immich-backup-secret-remote.yaml} (87%) rename clusters/cl01tl/manifests/immich/{ReplicationSource-immich-data-backup-source-external.yaml => ReplicationSource-immich-backup-source-external.yaml} (63%) rename clusters/cl01tl/manifests/immich/{ReplicationSource-immich-data-backup-source-local.yaml => ReplicationSource-immich-backup-source-local.yaml} (64%) rename clusters/cl01tl/manifests/immich/{ReplicationSource-immich-data-backup-source-remote.yaml => ReplicationSource-immich-backup-source-remote.yaml} (63%) diff --git a/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-external.yaml b/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-external.yaml new file mode 100644 index 000000000..e0bc5a7b2 --- /dev/null +++ b/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-external.yaml @@ -0,0 +1,58 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: home-assistant-config-backup-secret-external + namespace: home-assistant + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: home-assistant + app.kubernetes.io/part-of: home-assistant + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: home-assistant-config-backup-secret-external +spec: + secretStoreRef: + kind: ClusterSecretStore + name: vault + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/home-assistant/home-assistant-config" + data: + - secretKey: BUCKET_ENDPOINT + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/digital-ocean + metadataPolicy: None + property: BUCKET_ENDPOINT + - secretKey: RESTIC_PASSWORD + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/digital-ocean + metadataPolicy: None + property: RESTIC_PASSWORD + - secretKey: AWS_DEFAULT_REGION + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /digital-ocean/home-infra/volsync-backups + metadataPolicy: None + property: AWS_DEFAULT_REGION + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /digital-ocean/home-infra/volsync-backups + metadataPolicy: None + property: AWS_ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /digital-ocean/home-infra/volsync-backups + metadataPolicy: None + property: AWS_SECRET_ACCESS_KEY diff --git a/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-local.yaml b/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-local.yaml new file mode 100644 index 000000000..30ece9f20 --- /dev/null +++ b/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-local.yaml @@ -0,0 +1,58 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: home-assistant-config-backup-secret-local + namespace: home-assistant + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: home-assistant + app.kubernetes.io/part-of: home-assistant + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: home-assistant-config-backup-secret-local +spec: + secretStoreRef: + kind: ClusterSecretStore + name: vault + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/home-assistant/home-assistant-config" + data: + - secretKey: BUCKET_ENDPOINT + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-local + metadataPolicy: None + property: BUCKET_ENDPOINT + - secretKey: RESTIC_PASSWORD + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-local + metadataPolicy: None + property: RESTIC_PASSWORD + - secretKey: AWS_DEFAULT_REGION + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_REGION + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_SECRET_KEY diff --git a/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-remote.yaml b/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-remote.yaml new file mode 100644 index 000000000..c2d30a3a8 --- /dev/null +++ b/clusters/cl01tl/manifests/home-assistant/ExternalSecret-home-assistant-config-backup-secret-remote.yaml @@ -0,0 +1,58 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: home-assistant-config-backup-secret-remote + namespace: home-assistant + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: home-assistant + app.kubernetes.io/part-of: home-assistant + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: home-assistant-config-backup-secret-remote +spec: + secretStoreRef: + kind: ClusterSecretStore + name: vault + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/home-assistant/home-assistant-config" + data: + - secretKey: BUCKET_ENDPOINT + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-remote + metadataPolicy: None + property: BUCKET_ENDPOINT + - secretKey: RESTIC_PASSWORD + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-remote + metadataPolicy: None + property: RESTIC_PASSWORD + - secretKey: AWS_DEFAULT_REGION + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_REGION + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_SECRET_KEY diff --git a/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-external.yaml b/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-external.yaml new file mode 100644 index 000000000..29d33a105 --- /dev/null +++ b/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-external.yaml @@ -0,0 +1,29 @@ +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource +metadata: + name: home-assistant-config-backup-source-external + namespace: home-assistant + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: home-assistant + app.kubernetes.io/part-of: home-assistant + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: home-assistant-config-backup +spec: + sourcePVC: home-assistant-config + trigger: + schedule: 0 4 * * * + restic: + pruneIntervalDays: 7 + repository: home-assistant-config-backup-secret-external + retain: + daily: 3 + hourly: 1 + monthly: 2 + weekly: 2 + yearly: 4 + copyMethod: Snapshot + storageClassName: ceph-block + volumeSnapshotClassName: ceph-blockpool-snapshot + cacheCapacity: 1Gi diff --git a/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-local.yaml b/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-local.yaml new file mode 100644 index 000000000..18dbae127 --- /dev/null +++ b/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-local.yaml @@ -0,0 +1,29 @@ +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource +metadata: + name: home-assistant-config-backup-source-local + namespace: home-assistant + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: home-assistant + app.kubernetes.io/part-of: home-assistant + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: home-assistant-config-backup +spec: + sourcePVC: home-assistant-config + trigger: + schedule: 0 2 * * * + restic: + pruneIntervalDays: 7 + repository: home-assistant-config-backup-secret-local + retain: + daily: 3 + hourly: 1 + monthly: 2 + weekly: 2 + yearly: 4 + copyMethod: Snapshot + storageClassName: ceph-block + volumeSnapshotClassName: ceph-blockpool-snapshot + cacheCapacity: 1Gi diff --git a/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-remote.yaml b/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-remote.yaml new file mode 100644 index 000000000..504c981a4 --- /dev/null +++ b/clusters/cl01tl/manifests/home-assistant/ReplicationSource-home-assistant-config-backup-source-remote.yaml @@ -0,0 +1,29 @@ +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource +metadata: + name: home-assistant-config-backup-source-remote + namespace: home-assistant + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: home-assistant + app.kubernetes.io/part-of: home-assistant + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: home-assistant-config-backup +spec: + sourcePVC: home-assistant-config + trigger: + schedule: 0 3 * * * + restic: + pruneIntervalDays: 7 + repository: home-assistant-config-backup-secret-remote + retain: + daily: 3 + hourly: 1 + monthly: 2 + weekly: 2 + yearly: 4 + copyMethod: Snapshot + storageClassName: ceph-block + volumeSnapshotClassName: ceph-blockpool-snapshot + cacheCapacity: 1Gi diff --git a/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-external.yaml b/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-external.yaml new file mode 100644 index 000000000..e237c812d --- /dev/null +++ b/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-external.yaml @@ -0,0 +1,58 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: huntarr-config-backup-secret-external + namespace: huntarr + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: huntarr + app.kubernetes.io/part-of: huntarr + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: huntarr-config-backup-secret-external +spec: + secretStoreRef: + kind: ClusterSecretStore + name: vault + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/huntarr/huntarr-config" + data: + - secretKey: BUCKET_ENDPOINT + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/digital-ocean + metadataPolicy: None + property: BUCKET_ENDPOINT + - secretKey: RESTIC_PASSWORD + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/digital-ocean + metadataPolicy: None + property: RESTIC_PASSWORD + - secretKey: AWS_DEFAULT_REGION + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /digital-ocean/home-infra/volsync-backups + metadataPolicy: None + property: AWS_DEFAULT_REGION + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /digital-ocean/home-infra/volsync-backups + metadataPolicy: None + property: AWS_ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /digital-ocean/home-infra/volsync-backups + metadataPolicy: None + property: AWS_SECRET_ACCESS_KEY diff --git a/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-local.yaml b/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-local.yaml new file mode 100644 index 000000000..a8af30840 --- /dev/null +++ b/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-local.yaml @@ -0,0 +1,58 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: huntarr-config-backup-secret-local + namespace: huntarr + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: huntarr + app.kubernetes.io/part-of: huntarr + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: huntarr-config-backup-secret-local +spec: + secretStoreRef: + kind: ClusterSecretStore + name: vault + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/huntarr/huntarr-config" + data: + - secretKey: BUCKET_ENDPOINT + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-local + metadataPolicy: None + property: BUCKET_ENDPOINT + - secretKey: RESTIC_PASSWORD + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-local + metadataPolicy: None + property: RESTIC_PASSWORD + - secretKey: AWS_DEFAULT_REGION + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_REGION + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_SECRET_KEY diff --git a/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-remote.yaml b/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-remote.yaml new file mode 100644 index 000000000..b29201ed5 --- /dev/null +++ b/clusters/cl01tl/manifests/huntarr/ExternalSecret-huntarr-config-backup-secret-remote.yaml @@ -0,0 +1,58 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: huntarr-config-backup-secret-remote + namespace: huntarr + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: huntarr + app.kubernetes.io/part-of: huntarr + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: huntarr-config-backup-secret-remote +spec: + secretStoreRef: + kind: ClusterSecretStore + name: vault + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/huntarr/huntarr-config" + data: + - secretKey: BUCKET_ENDPOINT + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-remote + metadataPolicy: None + property: BUCKET_ENDPOINT + - secretKey: RESTIC_PASSWORD + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /volsync/restic/garage-remote + metadataPolicy: None + property: RESTIC_PASSWORD + - secretKey: AWS_DEFAULT_REGION + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_REGION + - secretKey: AWS_ACCESS_KEY_ID + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_KEY_ID + - secretKey: AWS_SECRET_ACCESS_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /garage/home-infra/volsync-backups + metadataPolicy: None + property: ACCESS_SECRET_KEY diff --git a/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-external.yaml b/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-external.yaml new file mode 100644 index 000000000..33e6bfa59 --- /dev/null +++ b/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-external.yaml @@ -0,0 +1,29 @@ +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource +metadata: + name: huntarr-config-backup-source-external + namespace: huntarr + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: huntarr + app.kubernetes.io/part-of: huntarr + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: huntarr-config-backup +spec: + sourcePVC: huntarr-config + trigger: + schedule: 0 4 * * * + restic: + pruneIntervalDays: 7 + repository: huntarr-config-backup-secret-external + retain: + daily: 3 + hourly: 1 + monthly: 2 + weekly: 2 + yearly: 4 + copyMethod: Snapshot + storageClassName: ceph-block + volumeSnapshotClassName: ceph-blockpool-snapshot + cacheCapacity: 1Gi diff --git a/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-local.yaml b/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-local.yaml new file mode 100644 index 000000000..5634c3519 --- /dev/null +++ b/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-local.yaml @@ -0,0 +1,29 @@ +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource +metadata: + name: huntarr-config-backup-source-local + namespace: huntarr + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: huntarr + app.kubernetes.io/part-of: huntarr + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: huntarr-config-backup +spec: + sourcePVC: huntarr-config + trigger: + schedule: 0 2 * * * + restic: + pruneIntervalDays: 7 + repository: huntarr-config-backup-secret-local + retain: + daily: 3 + hourly: 1 + monthly: 2 + weekly: 2 + yearly: 4 + copyMethod: Snapshot + storageClassName: ceph-block + volumeSnapshotClassName: ceph-blockpool-snapshot + cacheCapacity: 1Gi diff --git a/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-remote.yaml b/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-remote.yaml new file mode 100644 index 000000000..cd551e091 --- /dev/null +++ b/clusters/cl01tl/manifests/huntarr/ReplicationSource-huntarr-config-backup-source-remote.yaml @@ -0,0 +1,29 @@ +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource +metadata: + name: huntarr-config-backup-source-remote + namespace: huntarr + labels: + helm.sh/chart: volsync-target-config-0.5.0 + app.kubernetes.io/instance: huntarr + app.kubernetes.io/part-of: huntarr + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: huntarr-config-backup +spec: + sourcePVC: huntarr-config + trigger: + schedule: 0 3 * * * + restic: + pruneIntervalDays: 7 + repository: huntarr-config-backup-secret-remote + retain: + daily: 3 + hourly: 1 + monthly: 2 + weekly: 2 + yearly: 4 + copyMethod: Snapshot + storageClassName: ceph-block + volumeSnapshotClassName: ceph-blockpool-snapshot + cacheCapacity: 1Gi diff --git a/clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-external.yaml b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-external.yaml similarity index 87% rename from clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-external.yaml rename to clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-external.yaml index 0e5a86041..e6ae21abe 100644 --- a/clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-external.yaml +++ b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-external.yaml @@ -1,12 +1,15 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: immich-data-backup-secret-external + name: immich-backup-secret-external namespace: immich labels: - app.kubernetes.io/name: immich-data-backup-secret-external + helm.sh/chart: volsync-target-data-0.5.0 app.kubernetes.io/instance: immich app.kubernetes.io/part-of: immich + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: immich-backup-secret-external spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-local.yaml b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-local.yaml similarity index 87% rename from clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-local.yaml rename to clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-local.yaml index 90d7337ad..ac1f275f7 100644 --- a/clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-local.yaml +++ b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-local.yaml @@ -1,12 +1,15 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: immich-data-backup-secret-local + name: immich-backup-secret-local namespace: immich labels: - app.kubernetes.io/name: immich-data-backup-secret-local + helm.sh/chart: volsync-target-data-0.5.0 app.kubernetes.io/instance: immich app.kubernetes.io/part-of: immich + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: immich-backup-secret-local spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-remote.yaml b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-remote.yaml similarity index 87% rename from clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-remote.yaml rename to clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-remote.yaml index 4095e22aa..dc2584529 100644 --- a/clusters/cl01tl/manifests/immich/ExternalSecret-immich-data-backup-secret-remote.yaml +++ b/clusters/cl01tl/manifests/immich/ExternalSecret-immich-backup-secret-remote.yaml @@ -1,12 +1,15 @@ apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: immich-data-backup-secret-remote + name: immich-backup-secret-remote namespace: immich labels: - app.kubernetes.io/name: immich-data-backup-secret-remote + helm.sh/chart: volsync-target-data-0.5.0 app.kubernetes.io/instance: immich app.kubernetes.io/part-of: immich + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: immich-backup-secret-remote spec: secretStoreRef: kind: ClusterSecretStore diff --git a/clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-external.yaml b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-external.yaml similarity index 63% rename from clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-external.yaml rename to clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-external.yaml index 90abee7ed..0e681c2a8 100644 --- a/clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-external.yaml +++ b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-external.yaml @@ -1,26 +1,29 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: immich-data-backup-source-external + name: immich-backup-source-external namespace: immich labels: - app.kubernetes.io/name: immich-data-backup-source-external + helm.sh/chart: volsync-target-data-0.5.0 app.kubernetes.io/instance: immich app.kubernetes.io/part-of: immich + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: immich-backup spec: sourcePVC: immich trigger: schedule: 0 4 * * * restic: pruneIntervalDays: 7 - repository: immich-data-backup-secret-external + repository: immich-backup-secret-external retain: - hourly: 1 daily: 3 - weekly: 2 + hourly: 1 monthly: 2 + weekly: 2 yearly: 4 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot - cacheCapacity: 50Gi + cacheCapacity: 10Gi diff --git a/clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-local.yaml b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-local.yaml similarity index 64% rename from clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-local.yaml rename to clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-local.yaml index 690864f88..7930bb38d 100644 --- a/clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-local.yaml +++ b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-local.yaml @@ -1,26 +1,29 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: immich-data-backup-source-local + name: immich-backup-source-local namespace: immich labels: - app.kubernetes.io/name: immich-data-backup-source-local + helm.sh/chart: volsync-target-data-0.5.0 app.kubernetes.io/instance: immich app.kubernetes.io/part-of: immich + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: immich-backup spec: sourcePVC: immich trigger: schedule: 0 2 * * * restic: pruneIntervalDays: 7 - repository: immich-data-backup-secret-local + repository: immich-backup-secret-local retain: - hourly: 1 daily: 3 - weekly: 2 + hourly: 1 monthly: 2 + weekly: 2 yearly: 4 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot - cacheCapacity: 50Gi + cacheCapacity: 10Gi diff --git a/clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-remote.yaml b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-remote.yaml similarity index 63% rename from clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-remote.yaml rename to clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-remote.yaml index 0a6d8e54e..dd2aadcee 100644 --- a/clusters/cl01tl/manifests/immich/ReplicationSource-immich-data-backup-source-remote.yaml +++ b/clusters/cl01tl/manifests/immich/ReplicationSource-immich-backup-source-remote.yaml @@ -1,26 +1,29 @@ apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: - name: immich-data-backup-source-remote + name: immich-backup-source-remote namespace: immich labels: - app.kubernetes.io/name: immich-data-backup-source-remote + helm.sh/chart: volsync-target-data-0.5.0 app.kubernetes.io/instance: immich app.kubernetes.io/part-of: immich + app.kubernetes.io/version: "0.5.0" + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/name: immich-backup spec: sourcePVC: immich trigger: schedule: 0 3 * * * restic: pruneIntervalDays: 7 - repository: immich-data-backup-secret-remote + repository: immich-backup-secret-remote retain: - hourly: 1 daily: 3 - weekly: 2 + hourly: 1 monthly: 2 + weekly: 2 yearly: 4 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot - cacheCapacity: 50Gi + cacheCapacity: 10Gi