Automated Manifest Update (#2461)

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

Reviewed-on: #2461
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 #2461.
This commit is contained in:
2025-12-12 23:39:21 +00:00
committed by Alex Lebens
parent 7a1a7336f6
commit dbe625f9f2
2 changed files with 50 additions and 21 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
@@ -54,29 +61,22 @@ spec:
hot_standby_feedback: "on"
max_slot_wal_keep_size: 2000MB
shared_buffers: 128MB
managed:
roles:
- app
monitoring:
enablePodMonitor: true
disableDefaultQueries: false
bootstrap:
initdb:
import:
source:
externalCluster: importSource
type: monolith
databases:
- lidarr-main
- lidarr-log
roles:
- app
schemaOnly: false
recovery:
database: app
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