From c76934777a473b7c2565764e0b15f4faa050d8b1 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Dec 2024 12:07:34 -0600 Subject: [PATCH] clean up config --- clusters/cl01tl/applications/linkwarden/values.yaml | 2 -- clusters/cl01tl/applications/outline/values.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/linkwarden/values.yaml b/clusters/cl01tl/applications/linkwarden/values.yaml index daec87ca7..0bb6fa9f2 100644 --- a/clusters/cl01tl/applications/linkwarden/values.yaml +++ b/clusters/cl01tl/applications/linkwarden/values.yaml @@ -82,8 +82,6 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true - prometheusRule: - enabled: false backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com diff --git a/clusters/cl01tl/applications/outline/values.yaml b/clusters/cl01tl/applications/outline/values.yaml index 83bf126ea..873e3b59b 100644 --- a/clusters/cl01tl/applications/outline/values.yaml +++ b/clusters/cl01tl/applications/outline/values.yaml @@ -186,7 +186,7 @@ cloudflared-minio: existingSecretName: outline-minio-cloudflared-secret name: cloudflared-minio postgres-16-cluster: - mode: recovery + mode: standalone cluster: walStorage: storageClass: local-path @@ -195,7 +195,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-16-cluster endpointCredentials: outline-postgresql-16-cluster-backup-secret