diff --git a/kubernetes/apps/media/immich/app/postgresCluster.yaml b/kubernetes/apps/media/immich/app/postgresCluster.yaml index fc3f2bf..903b33c 100644 --- a/kubernetes/apps/media/immich/app/postgresCluster.yaml +++ b/kubernetes/apps/media/immich/app/postgresCluster.yaml @@ -6,21 +6,21 @@ metadata: name: &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