diff --git a/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml b/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml index 5ce25a91e..98cf79d36 100644 --- a/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml +++ b/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml @@ -34,7 +34,7 @@ spec: hostPID: false dnsPolicy: ClusterFirst 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 resources: requests: diff --git a/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml b/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml index 9415ddb43..7d4b8e764 100644 --- a/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml +++ b/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml @@ -52,15 +52,11 @@ spec: barmanObjectName: "sparkyfitness-postgresql-18-backup-garage-local" serverName: "sparkyfitness-postgresql-18-backup-1" bootstrap: - recovery: + initdb: database: app - source: sparkyfitness-postgresql-18-backup-1 - externalClusters: - - name: sparkyfitness-postgresql-18-backup-1 - plugin: - name: barman-cloud.cloudnative-pg.io - enabled: true - isWALArchiver: false - parameters: - barmanObjectName: "sparkyfitness-postgresql-18-recovery" - serverName: sparkyfitness-postgresql-18-backup-1 + postInitTemplateSQL: + - CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; + - CREATE EXTENSION IF NOT EXISTS "pgcrypto"; + - CREATE EXTENSION IF NOT EXISTS "pg_stat_statements"; + - GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO "app" WITH GRANT OPTION; + owner: app