From 4d14f06ffef9d0244d33c98d33642cb2c3b3bab5 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Fri, 22 Nov 2024 15:11:42 +0100 Subject: [PATCH] chore(cnpg): remove restore config --- cnpg/cluster/resources/cluster.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/cnpg/cluster/resources/cluster.yaml b/cnpg/cluster/resources/cluster.yaml index 1e34e4e..612bca2 100644 --- a/cnpg/cluster/resources/cluster.yaml +++ b/cnpg/cluster/resources/cluster.yaml @@ -27,29 +27,6 @@ spec: size: 10Gi storageClass: hcloud-volumes - bootstrap: - recovery: - source: app-cluster - - externalClusters: - - name: app-cluster - barmanObjectStore: - destinationPath: "s3://cnpg/" - endpointURL: "http://garage.garage.svc:3900" - s3Credentials: - accessKeyId: - name: cnpg-backup-creds - key: ACCESS_KEY_ID - secretAccessKey: - name: cnpg-backup-creds - key: ACCESS_SECRET_KEY - region: - name: cnpg-backup-creds - key: AWS_REGION - wal: - compression: snappy - maxParallel: 8 - backup: barmanObjectStore: destinationPath: "s3://1661580-backup/cnpg/gen2/"