chore: Update manifests after change

This commit is contained in:
2025-12-11 22:11:41 +00:00
parent 8157b449f9
commit 4237288380
4 changed files with 55 additions and 26 deletions

View File

@@ -29,6 +29,13 @@ spec:
parameters:
barmanObjectName: "authentik-postgresql-18-garage-local-backup"
serverName: "authentik-postgresql-18-backup-1"
externalClusters:
- name: recovery
plugin:
name: barman-cloud.cloudnative-pg.io
parameters:
barmanObjectName: "authentik-postgresql-18-recovery"
serverName: authentik-postgresql-18-backup-1
storage:
size: 10Gi
storageClass: local-path
@@ -58,22 +65,15 @@ spec:
enablePodMonitor: true
disableDefaultQueries: false
bootstrap:
initdb:
import:
source:
externalCluster: importSource
type: microservice
databases:
- app
schemaOnly: false
recovery:
database: app
source: authentik-postgresql-18-backup-1
externalClusters:
- name: importSource
connectionParameters:
host: "authentik-postgresql-17-cluster-rw"
port: "5432"
user: "app"
dbname: "app"
sslmode: "disable"
password:
name: authentik-postgresql-17-cluster-app
key: password
- name: authentik-postgresql-18-backup-1
plugin:
name: barman-cloud.cloudnative-pg.io
enabled: true
isWALArchiver: false
parameters:
barmanObjectName: "authentik-postgresql-18-recovery"
serverName: authentik-postgresql-18-backup-1