Automated Manifest Update (#2531)

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

Reviewed-on: #2531
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 #2531.
This commit is contained in:
2025-12-14 23:38:22 +00:00
committed by Alex Lebens
parent b931ad20f6
commit b713b364ec
10 changed files with 23 additions and 539 deletions

View File

@@ -29,6 +29,13 @@ spec:
parameters:
barmanObjectName: "sonarr-4k-postgresql-18-garage-local-backup"
serverName: "sonarr-4k-postgresql-18-backup-1"
externalClusters:
- name: recovery
plugin:
name: barman-cloud.cloudnative-pg.io
parameters:
barmanObjectName: "sonarr-4k-postgresql-18-recovery"
serverName: sonarr-4k-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:
- sonarr-main
- sonarr-log
roles:
- app
schemaOnly: false
source: sonarr-4k-postgresql-18-backup-1
externalClusters:
- name: importSource
connectionParameters:
host: "sonarr4-4k-postgresql-17-cluster-rw"
port: "5432"
user: "postgres"
dbname: "*"
sslmode: "disable"
password:
name: sonarr4-4k-postgresql-17-cluster-superuser
key: password
- name: sonarr-4k-postgresql-18-backup-1
plugin:
name: barman-cloud.cloudnative-pg.io
enabled: true
isWALArchiver: false
parameters:
barmanObjectName: "sonarr-4k-postgresql-18-recovery"
serverName: sonarr-4k-postgresql-18-backup-1