From 47df8291d1d6ab1e675157011457f7a51fb7af63 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 24 Dec 2024 08:17:21 -0600 Subject: [PATCH] https --- .../crunchy-postgres-operator/cluster/externalsecret.yaml | 1 - .../crunchy-postgres-operator/cluster/postgrescluster.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/externalsecret.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/externalsecret.yaml index a170a9db..50534f11 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/externalsecret.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/externalsecret.yaml @@ -17,7 +17,6 @@ spec: [global] repo1-s3-key={{ .minio_crunchy_postgres_access_key }} repo1-s3-key-secret={{ .minio_crunchy_postgres_secret_key }} - repo1-s3-verify-tls=n encryption.conf: | [global] repo1-cipher-pass={{ .crunchy_postgres_backup_encryption_cipher }} diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml index 61eb967c..148e7dbb 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/postgrescluster.yaml @@ -178,7 +178,7 @@ spec: - name: repo1 # Minio s3: &minio bucket: "crunchy-main" - endpoint: "10.1.1.61:9000" + endpoint: "s3.jahanson.tech:9000" region: "us-east-1" schedules: full: "0 1 * * 0" # Sunday at 01:00