Automated Manifest Update (#2465)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2465
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2465.
This commit is contained in:
2025-12-12 23:58:08 +00:00
committed by Alex Lebens
parent 34a50b9ea3
commit 54bfac21d0
2 changed files with 46 additions and 22 deletions

View File

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