From c7ba9eee2efd129a5066a935d871f6416feeecf7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Dec 2024 13:05:50 -0600 Subject: [PATCH] enable backups --- 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 e0d770cda..f834118f0 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: false + enabled: true 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 d4fb585c9..474b95d08 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: false + enabled: true 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 753e97f2c..91b41231d 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: false + enabled: true 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 06f482b33..00711efb9 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: false + enabled: true 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 e0ad20aed..a58650dc2 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: false + enabled: true 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 449f81932..b99620ab0 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: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/stalwart/stalwart-postgresql-16-cluster endpointCredentials: stalwart-postgresql-16-cluster-backup-secret