Automated Manifest Update (#2497)

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

Reviewed-on: #2497
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 #2497.
This commit is contained in:
2025-12-13 21:10:32 +00:00
committed by Alex Lebens
parent 994375604e
commit 93d5c9c777
3 changed files with 48 additions and 19 deletions

View File

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