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

This commit is contained in:
2025-12-19 03:19:30 +01:00
parent 960fce8b67
commit 6da38e4957
4 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
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
plugins: []

View File

@@ -9,3 +9,8 @@ resources:
- http-route.yaml - http-route.yaml
- secret-s3-garage.yaml - secret-s3-garage.yaml
- object-store.yaml - object-store.yaml
patches:
- path: cluster.yaml
target:
kind: Cluster

View File

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

View File

@@ -7,7 +7,7 @@ patches:
- path: deployment.yaml - path: deployment.yaml
target: target:
kind: Deployment kind: Deployment
- path: cluster.yaml - path: cluster-restore.yaml
target: target:
kind: Cluster kind: Cluster
- path: object-store.yaml - path: object-store.yaml