Merge pull request 'Automated Manifest Update' (#5915) from auto/update-manifests into manifests
Reviewed-on: #5915
This commit was merged in pull request #5915.
This commit is contained in:
@@ -34,7 +34,7 @@ spec:
|
||||
primaryUpdateMethod: switchover
|
||||
primaryUpdateStrategy: unsupervised
|
||||
logLevel: info
|
||||
enableSuperuserAccess: false
|
||||
enableSuperuserAccess: true
|
||||
enablePDB: true
|
||||
postgresql:
|
||||
parameters:
|
||||
@@ -52,11 +52,15 @@ spec:
|
||||
barmanObjectName: "sparkyfitness-postgresql-18-backup-garage-local"
|
||||
serverName: "sparkyfitness-postgresql-18-backup-1"
|
||||
bootstrap:
|
||||
initdb:
|
||||
recovery:
|
||||
database: app
|
||||
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
|
||||
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
|
||||
|
||||
@@ -83,12 +83,12 @@ spec:
|
||||
- name: SPARKY_FITNESS_DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: sparkyfitness-postgresql-18-cluster-app
|
||||
name: sparkyfitness-postgresql-18-cluster-superuser
|
||||
key: username
|
||||
- name: SPARKY_FITNESS_DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: sparkyfitness-postgresql-18-cluster-app
|
||||
name: sparkyfitness-postgresql-18-cluster-superuser
|
||||
key: password
|
||||
- name: SPARKY_FITNESS_OIDC_CLIENT_ID
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user