Merge pull request 'Automated Manifest Update' (#6231) from auto/update-manifests into manifests
Reviewed-on: #6231
This commit was merged in pull request #6231.
This commit is contained in:
@@ -0,0 +1,47 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: actual-data-backup-secret-external
|
||||||
|
namespace: actual
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: volsync-target-data-1.0.0
|
||||||
|
app.kubernetes.io/instance: actual
|
||||||
|
app.kubernetes.io/part-of: actual
|
||||||
|
app.kubernetes.io/version: "1.0.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: actual-data-backup-secret-external
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: openbao
|
||||||
|
target:
|
||||||
|
template:
|
||||||
|
mergePolicy: Merge
|
||||||
|
engineVersion: v2
|
||||||
|
data:
|
||||||
|
RESTIC_REPOSITORY: "s3:{{ .ENDPOINT }}/{{ .BUCKET }}/cl01tl/actual/actual-data"
|
||||||
|
data:
|
||||||
|
- secretKey: ENDPOINT
|
||||||
|
remoteRef:
|
||||||
|
key: /digital-ocean/config
|
||||||
|
property: ENDPOINT
|
||||||
|
- secretKey: BUCKET
|
||||||
|
remoteRef:
|
||||||
|
key: /digital-ocean/home-infra/volsync-backups
|
||||||
|
property: BUCKET
|
||||||
|
- secretKey: RESTIC_PASSWORD
|
||||||
|
remoteRef:
|
||||||
|
key: /digital-ocean/home-infra/volsync-backups
|
||||||
|
property: RESTIC_PASSWORD
|
||||||
|
- secretKey: AWS_DEFAULT_REGION
|
||||||
|
remoteRef:
|
||||||
|
key: /digital-ocean/home-infra/volsync-backups
|
||||||
|
property: AWS_REGION
|
||||||
|
- secretKey: AWS_ACCESS_KEY_ID
|
||||||
|
remoteRef:
|
||||||
|
key: /digital-ocean/home-infra/volsync-backups
|
||||||
|
property: AWS_ACCESS_KEY_ID
|
||||||
|
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||||
|
remoteRef:
|
||||||
|
key: /digital-ocean/home-infra/volsync-backups
|
||||||
|
property: AWS_SECRET_ACCESS_KEY
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: actual-data-backup-secret-local
|
||||||
|
namespace: actual
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: volsync-target-data-1.0.0
|
||||||
|
app.kubernetes.io/instance: actual
|
||||||
|
app.kubernetes.io/part-of: actual
|
||||||
|
app.kubernetes.io/version: "1.0.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: actual-data-backup-secret-local
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: openbao
|
||||||
|
target:
|
||||||
|
template:
|
||||||
|
mergePolicy: Merge
|
||||||
|
engineVersion: v2
|
||||||
|
data:
|
||||||
|
RESTIC_REPOSITORY: "s3:{{ .ENDPOINT }}/{{ .BUCKET }}/cl01tl/actual/actual-data"
|
||||||
|
data:
|
||||||
|
- secretKey: ENDPOINT
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/config
|
||||||
|
property: ENDPOINT_LOCAL
|
||||||
|
- secretKey: BUCKET
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: BUCKET
|
||||||
|
- secretKey: RESTIC_PASSWORD
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: RESTIC_PASSWORD_LOCAL
|
||||||
|
- secretKey: AWS_DEFAULT_REGION
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: ACCESS_REGION
|
||||||
|
- secretKey: AWS_ACCESS_KEY_ID
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: ACCESS_KEY_ID
|
||||||
|
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: ACCESS_SECRET_KEY
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: actual-data-backup-secret-remote
|
||||||
|
namespace: actual
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: volsync-target-data-1.0.0
|
||||||
|
app.kubernetes.io/instance: actual
|
||||||
|
app.kubernetes.io/part-of: actual
|
||||||
|
app.kubernetes.io/version: "1.0.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: actual-data-backup-secret-remote
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: openbao
|
||||||
|
target:
|
||||||
|
template:
|
||||||
|
mergePolicy: Merge
|
||||||
|
engineVersion: v2
|
||||||
|
data:
|
||||||
|
RESTIC_REPOSITORY: "s3:{{ .ENDPOINT }}/{{ .BUCKET }}/cl01tl/actual/actual-data"
|
||||||
|
data:
|
||||||
|
- secretKey: ENDPOINT
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/config
|
||||||
|
property: ENDPOINT_REMOTE
|
||||||
|
- secretKey: BUCKET
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: BUCKET
|
||||||
|
- secretKey: RESTIC_PASSWORD
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: RESTIC_PASSWORD_REMOTE
|
||||||
|
- secretKey: AWS_DEFAULT_REGION
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: ACCESS_REGION
|
||||||
|
- secretKey: AWS_ACCESS_KEY_ID
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: ACCESS_KEY_ID
|
||||||
|
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||||
|
remoteRef:
|
||||||
|
key: /garage/home-infra/volsync-backups
|
||||||
|
property: ACCESS_SECRET_KEY
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: volsync.backube/v1alpha1
|
||||||
|
kind: ReplicationSource
|
||||||
|
metadata:
|
||||||
|
name: actual-data-backup-source-external
|
||||||
|
namespace: actual
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: volsync-target-data-1.0.0
|
||||||
|
app.kubernetes.io/instance: actual
|
||||||
|
app.kubernetes.io/part-of: actual
|
||||||
|
app.kubernetes.io/version: "1.0.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: actual-data-backup
|
||||||
|
spec:
|
||||||
|
sourcePVC: actual-data
|
||||||
|
trigger:
|
||||||
|
schedule: 0 10 * * *
|
||||||
|
restic:
|
||||||
|
pruneIntervalDays: 7
|
||||||
|
repository: actual-data-backup-secret-external
|
||||||
|
retain:
|
||||||
|
daily: 7
|
||||||
|
hourly: 0
|
||||||
|
monthly: 3
|
||||||
|
weekly: 4
|
||||||
|
yearly: 1
|
||||||
|
copyMethod: Snapshot
|
||||||
|
storageClassName: ceph-block
|
||||||
|
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||||
|
cacheCapacity: 1Gi
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: volsync.backube/v1alpha1
|
||||||
|
kind: ReplicationSource
|
||||||
|
metadata:
|
||||||
|
name: actual-data-backup-source-local
|
||||||
|
namespace: actual
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: volsync-target-data-1.0.0
|
||||||
|
app.kubernetes.io/instance: actual
|
||||||
|
app.kubernetes.io/part-of: actual
|
||||||
|
app.kubernetes.io/version: "1.0.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: actual-data-backup
|
||||||
|
spec:
|
||||||
|
sourcePVC: actual-data
|
||||||
|
trigger:
|
||||||
|
schedule: 0 8 * * *
|
||||||
|
restic:
|
||||||
|
pruneIntervalDays: 7
|
||||||
|
repository: actual-data-backup-secret-local
|
||||||
|
retain:
|
||||||
|
daily: 7
|
||||||
|
hourly: 0
|
||||||
|
monthly: 3
|
||||||
|
weekly: 4
|
||||||
|
yearly: 1
|
||||||
|
copyMethod: Snapshot
|
||||||
|
storageClassName: ceph-block
|
||||||
|
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||||
|
cacheCapacity: 1Gi
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: volsync.backube/v1alpha1
|
||||||
|
kind: ReplicationSource
|
||||||
|
metadata:
|
||||||
|
name: actual-data-backup-source-remote
|
||||||
|
namespace: actual
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: volsync-target-data-1.0.0
|
||||||
|
app.kubernetes.io/instance: actual
|
||||||
|
app.kubernetes.io/part-of: actual
|
||||||
|
app.kubernetes.io/version: "1.0.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: actual-data-backup
|
||||||
|
spec:
|
||||||
|
sourcePVC: actual-data
|
||||||
|
trigger:
|
||||||
|
schedule: 0 9 * * *
|
||||||
|
restic:
|
||||||
|
pruneIntervalDays: 7
|
||||||
|
repository: actual-data-backup-secret-remote
|
||||||
|
retain:
|
||||||
|
daily: 7
|
||||||
|
hourly: 0
|
||||||
|
monthly: 3
|
||||||
|
weekly: 4
|
||||||
|
yearly: 1
|
||||||
|
copyMethod: Snapshot
|
||||||
|
storageClassName: ceph-block
|
||||||
|
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||||
|
cacheCapacity: 1Gi
|
||||||
Reference in New Issue
Block a user