feat: Retore test
Some checks failed
kustomization/flux-system/7f3678ff reconciliation succeeded
kustomization/cnpg/7f3678ff reconciliation succeeded
kustomization/lldap/7f3678ff health check failed

This commit is contained in:
2025-12-19 03:19:30 +01:00
parent 960fce8b67
commit d2ee611827
3 changed files with 19 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ metadata:
namespace: lldap
spec:
configuration:
destinationPath: s3://cnpg-backup/lldap-testing
destinationPath: s3://cnpg-backup
s3Credentials:
accessKeyId:
name: s3-garage

View File

@@ -0,0 +1,15 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: lldap-db
spec:
bootstrap:
recovery:
source: source
externalClusters:
- name: source
plugin:
name: barman-cloud.cloudnative-pg.io
parameters:
barmanObjectName: garage-store
serverName: lldap-db

View File

@@ -10,6 +10,9 @@ patches:
- path: cluster.yaml
target:
kind: Cluster
- path: cluster-restore.yaml
target:
kind: Cluster
- path: object-store.yaml
target:
kind: ObjectStore