From 2e0b0e67a2be842b8687ef605cf79a90b3f17f4e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Dec 2024 13:04:03 -0600 Subject: [PATCH] disable backup --- clusters/cl01tl/management/argo-workflows/values.yaml | 2 +- clusters/cl01tl/platform/authentik/values.yaml | 2 +- clusters/cl01tl/platform/gitea/values.yaml | 2 +- clusters/cl01tl/platform/matrix-synapse/values.yaml | 2 +- clusters/cl01tl/platform/ollama/values.yaml | 2 +- clusters/cl01tl/platform/stalwart/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/management/argo-workflows/values.yaml b/clusters/cl01tl/management/argo-workflows/values.yaml index f834118f0..e0d770cda 100644 --- a/clusters/cl01tl/management/argo-workflows/values.yaml +++ b/clusters/cl01tl/management/argo-workflows/values.yaml @@ -108,7 +108,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-16-cluster endpointCredentials: argo-workflows-postgresql-16-cluster-backup-secret diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 474b95d08..d4fb585c9 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -76,7 +76,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-16-cluster endpointCredentials: authentik-postgresql-16-cluster-backup-secret diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 91b41231d..753e97f2c 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -177,7 +177,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-16-cluster endpointCredentials: gitea-postgresql-16-cluster-backup-secret diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 00711efb9..06f482b33 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -332,7 +332,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/matrix-synapse/matrix-synapse-postgresql-16-cluster endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret diff --git a/clusters/cl01tl/platform/ollama/values.yaml b/clusters/cl01tl/platform/ollama/values.yaml index a58650dc2..e0ad20aed 100644 --- a/clusters/cl01tl/platform/ollama/values.yaml +++ b/clusters/cl01tl/platform/ollama/values.yaml @@ -147,7 +147,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/ollama/ollama-web-postgresql-16-cluster endpointCredentials: ollama-web-postgresql-16-cluster-backup-secret diff --git a/clusters/cl01tl/platform/stalwart/values.yaml b/clusters/cl01tl/platform/stalwart/values.yaml index b99620ab0..449f81932 100644 --- a/clusters/cl01tl/platform/stalwart/values.yaml +++ b/clusters/cl01tl/platform/stalwart/values.yaml @@ -100,7 +100,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/stalwart/stalwart-postgresql-16-cluster endpointCredentials: stalwart-postgresql-16-cluster-backup-secret