Automated Manifest Update (#2522)

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

Reviewed-on: #2522
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 #2522.
This commit is contained in:
2025-12-14 22:29:31 +00:00
committed by Alex Lebens
parent 26ba728c97
commit dad4254b55
8 changed files with 184 additions and 88 deletions

View File

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