Merge pull request 'Automated Manifest Update' (#5906) from auto/update-manifests into manifests

Reviewed-on: #5906
This commit was merged in pull request #5906.
This commit is contained in:
2026-04-14 00:58:17 +00:00
2 changed files with 8 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ spec:
hostPID: false hostPID: false
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
containers: containers:
- image: harbor.alexlebens.net/images/site-documentation:0.24.0@sha256:4de96b40683bdb4998219b38b728a46e821de7ccd28b2ff6cc69ff26a712e7af - image: harbor.alexlebens.net/images/site-documentation:0.25.0@sha256:1509b20e703617ce8e6fc78fa599a56c09be178541adc82da406632f9af15d97
name: main name: main
resources: resources:
requests: requests:

View File

@@ -52,15 +52,11 @@ spec:
barmanObjectName: "sparkyfitness-postgresql-18-backup-garage-local" barmanObjectName: "sparkyfitness-postgresql-18-backup-garage-local"
serverName: "sparkyfitness-postgresql-18-backup-1" serverName: "sparkyfitness-postgresql-18-backup-1"
bootstrap: bootstrap:
recovery: initdb:
database: app database: app
source: sparkyfitness-postgresql-18-backup-1 postInitTemplateSQL:
externalClusters: - CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
- name: sparkyfitness-postgresql-18-backup-1 - CREATE EXTENSION IF NOT EXISTS "pgcrypto";
plugin: - CREATE EXTENSION IF NOT EXISTS "pg_stat_statements";
name: barman-cloud.cloudnative-pg.io - GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO "app" WITH GRANT OPTION;
enabled: true owner: app
isWALArchiver: false
parameters:
barmanObjectName: "sparkyfitness-postgresql-18-recovery"
serverName: sparkyfitness-postgresql-18-backup-1