Restore backup datasource.

This commit is contained in:
Joseph Hanson 2024-04-07 09:34:40 -05:00
parent 27f1eb5f8a
commit 2cef7cf5b3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,21 +6,21 @@ metadata:
name: "${APP}"
spec:
postgresVersion: 16
# dataSource:
# pgbackrest:
# stanza: db
# configuration:
# - secret:
# name: pgo-s3-creds
# global:
# repo1-path: "/${APP}/repo1"
# repo1-s3-uri-style: path
# repo:
# name: repo1
# s3:
# bucket: "crunchy-postgres"
# endpoint: "s3.hsn.dev"
# region: "us-east-1"
dataSource:
pgbackrest:
stanza: db
configuration:
- secret:
name: pgo-s3-creds
global:
repo1-path: "/${APP}/repo1"
repo1-s3-uri-style: path
repo:
name: repo1
s3:
bucket: "crunchy-postgres"
endpoint: "s3.hsn.dev"
region: "us-east-1"
patroni:
dynamicConfiguration:
synchronous_mode: true