chore: Update manifests after change

This commit is contained in:
2025-12-12 03:48:28 +00:00
parent c2e13b4b48
commit 47473f95f2
3 changed files with 52 additions and 28 deletions

View File

@@ -29,6 +29,13 @@ spec:
parameters:
barmanObjectName: "immich-postgresql-18-garage-local-backup"
serverName: "immich-postgresql-18-backup-1"
externalClusters:
- name: recovery
plugin:
name: barman-cloud.cloudnative-pg.io
parameters:
barmanObjectName: "immich-postgresql-18-recovery"
serverName: immich-postgresql-18-backup-1
storage:
size: 10Gi
storageClass: local-path
@@ -60,27 +67,15 @@ spec:
enablePodMonitor: true
disableDefaultQueries: false
bootstrap:
initdb:
postInitSQL:
- CREATE EXTENSION IF NOT EXISTS "vector";
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
import:
source:
externalCluster: importSource
type: microservice
databases:
- app
schemaOnly: false
recovery:
database: app
source: immich-postgresql-18-backup-1
externalClusters:
- name: importSource
connectionParameters:
host: "immich-postgresql-17-cluster-rw"
port: "5432"
user: "app"
dbname: "app"
sslmode: "disable"
password:
name: immich-postgresql-17-cluster-app
key: password
- name: immich-postgresql-18-backup-1
plugin:
name: barman-cloud.cloudnative-pg.io
enabled: true
isWALArchiver: false
parameters:
barmanObjectName: "immich-postgresql-18-recovery"
serverName: immich-postgresql-18-backup-1