From 840e19fc1ab21e54132a3f36ad0f8b03c9551eef Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 17:21:57 -0600 Subject: [PATCH] switchover --- clusters/cl01tl/helm/gatus/values.yaml | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/clusters/cl01tl/helm/gatus/values.yaml b/clusters/cl01tl/helm/gatus/values.yaml index b7cd38e18..927c48022 100644 --- a/clusters/cl01tl/helm/gatus/values.yaml +++ b/clusters/cl01tl/helm/gatus/values.yaml @@ -36,27 +36,27 @@ gatus: POSTGRES_USER: valueFrom: secretKeyRef: - name: gatus-postgresql-17-cluster-app + name: gatus-postgresql-18-cluster-app key: username POSTGRES_PASSWORD: valueFrom: secretKeyRef: - name: gatus-postgresql-17-cluster-app + name: gatus-postgresql-18-cluster-app key: password POSTGRES_HOST: valueFrom: secretKeyRef: - name: gatus-postgresql-17-cluster-app + name: gatus-postgresql-18-cluster-app key: host POSTGRES_PORT: valueFrom: secretKeyRef: - name: gatus-postgresql-17-cluster-app + name: gatus-postgresql-18-cluster-app key: port POSTGRES_DB: valueFrom: secretKeyRef: - name: gatus-postgresql-17-cluster-app + name: gatus-postgresql-18-cluster-app key: dbname resources: requests: @@ -449,25 +449,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/gatus/gatus-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: gatus-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "gatus-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "gatus-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external