From 4da1a05548c2b9bdff24f28c68657beee0f24f8f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 19:17:13 -0600 Subject: [PATCH] switchover --- .../helm/grafana-operator/templates/grafana.yaml | 10 +++++----- clusters/cl01tl/helm/grafana-operator/values.yaml | 15 +-------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml index d3acf692f..3737e8cb3 100644 --- a/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml +++ b/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml @@ -85,25 +85,25 @@ spec: - name: DB_HOST valueFrom: secretKeyRef: - name: grafana-operator-postgresql-17-cluster-app + name: grafana-operator-postgresql-18-cluster-app key: host - name: DB_DATABASE valueFrom: secretKeyRef: - name: grafana-operator-postgresql-17-cluster-app + name: grafana-operator-postgresql-18-cluster-app key: dbname - name: DB_PORT valueFrom: secretKeyRef: - name: grafana-operator-postgresql-17-cluster-app + name: grafana-operator-postgresql-18-cluster-app key: port - name: DB_USER valueFrom: secretKeyRef: - name: grafana-operator-postgresql-17-cluster-app + name: grafana-operator-postgresql-18-cluster-app key: user - name: DB_PASSWORD valueFrom: secretKeyRef: - name: grafana-operator-postgresql-17-cluster-app + name: grafana-operator-postgresql-18-cluster-app key: password diff --git a/clusters/cl01tl/helm/grafana-operator/values.yaml b/clusters/cl01tl/helm/grafana-operator/values.yaml index e75135fa3..bcd4f45d4 100644 --- a/clusters/cl01tl/helm/grafana-operator/values.yaml +++ b/clusters/cl01tl/helm/grafana-operator/values.yaml @@ -83,25 +83,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/grafana-operator/grafana-operator-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: grafana-operator-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "grafana-operator-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "grafana-operator-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external