chore: Update manifests after change

This commit is contained in:
2025-12-17 04:51:58 +00:00
parent 66460bbdf2
commit a5692fa4b8
6 changed files with 48 additions and 30 deletions

View File

@@ -1,12 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: immich-data-backup-secret-external
name: data-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: data-backup-secret-external
spec:
secretStoreRef:
kind: ClusterSecretStore
@@ -16,7 +19,7 @@ spec:
mergePolicy: Merge
engineVersion: v2
data:
RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/immich"
RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/data"
data:
- secretKey: BUCKET_ENDPOINT
remoteRef:

View File

@@ -1,12 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: immich-data-backup-secret-local
name: data-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: data-backup-secret-local
spec:
secretStoreRef:
kind: ClusterSecretStore
@@ -16,7 +19,7 @@ spec:
mergePolicy: Merge
engineVersion: v2
data:
RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/immich"
RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/data"
data:
- secretKey: BUCKET_ENDPOINT
remoteRef:

View File

@@ -1,12 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: immich-data-backup-secret-remote
name: data-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: data-backup-secret-remote
spec:
secretStoreRef:
kind: ClusterSecretStore
@@ -16,7 +19,7 @@ spec:
mergePolicy: Merge
engineVersion: v2
data:
RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/immich"
RESTIC_REPOSITORY: "{{ .BUCKET_ENDPOINT }}/immich/data"
data:
- secretKey: BUCKET_ENDPOINT
remoteRef:

View File

@@ -1,26 +1,29 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: immich-data-backup-source-external
name: data-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: data-backup
spec:
sourcePVC: immich
sourcePVC: data
trigger:
schedule: 0 4 * * *
restic:
pruneIntervalDays: 7
repository: immich-data-backup-secret-external
repository: data-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: 1Gi

View File

@@ -1,26 +1,29 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: immich-data-backup-source-local
name: data-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: data-backup
spec:
sourcePVC: immich
sourcePVC: data
trigger:
schedule: 0 2 * * *
restic:
pruneIntervalDays: 7
repository: immich-data-backup-secret-local
repository: data-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: 1Gi

View File

@@ -1,26 +1,29 @@
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: immich-data-backup-source-remote
name: data-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: data-backup
spec:
sourcePVC: immich
sourcePVC: data
trigger:
schedule: 0 3 * * *
restic:
pruneIntervalDays: 7
repository: immich-data-backup-secret-remote
repository: data-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: 1Gi