@@ -60,7 +60,7 @@ export class PostgresCluster extends Construct {
|
|||||||
kind: "ObjectStore",
|
kind: "ObjectStore",
|
||||||
metadata: {
|
metadata: {
|
||||||
namespace: options.namespace,
|
namespace: options.namespace,
|
||||||
name: "r2-postgres-backup-store-homelab",
|
name: "r2-postgres-backup-store",
|
||||||
},
|
},
|
||||||
spec: {
|
spec: {
|
||||||
configuration: {
|
configuration: {
|
||||||
@@ -312,7 +312,6 @@ export class PostgresCluster extends Construct {
|
|||||||
|
|
||||||
new Manifest(this, "postgres-cluster", {
|
new Manifest(this, "postgres-cluster", {
|
||||||
provider: kubernetes,
|
provider: kubernetes,
|
||||||
fieldManager: { forceConflicts: true },
|
|
||||||
manifest: {
|
manifest: {
|
||||||
apiVersion: "postgresql.cnpg.io/v1",
|
apiVersion: "postgresql.cnpg.io/v1",
|
||||||
kind: "Cluster",
|
kind: "Cluster",
|
||||||
@@ -339,7 +338,6 @@ export class PostgresCluster extends Construct {
|
|||||||
plugins: [
|
plugins: [
|
||||||
{
|
{
|
||||||
name: "barman-cloud.cloudnative-pg.io",
|
name: "barman-cloud.cloudnative-pg.io",
|
||||||
enabled: false,
|
|
||||||
isWALArchiver: true,
|
isWALArchiver: true,
|
||||||
parameters: {
|
parameters: {
|
||||||
barmanObjectName: "r2-postgres-backup-store",
|
barmanObjectName: "r2-postgres-backup-store",
|
||||||
|
|||||||
Reference in New Issue
Block a user