diff --git a/clusters/cl01tl/helm/jellystat/values.yaml b/clusters/cl01tl/helm/jellystat/values.yaml index 1daa1cf06..fb30783c3 100644 --- a/clusters/cl01tl/helm/jellystat/values.yaml +++ b/clusters/cl01tl/helm/jellystat/values.yaml @@ -32,27 +32,27 @@ jellystat: - name: POSTGRES_USER valueFrom: secretKeyRef: - name: jellystat-postgresql-17-cluster-app + name: jellystat-postgresql-18-cluster-app key: username - name: POSTGRES_PASSWORD valueFrom: secretKeyRef: - name: jellystat-postgresql-17-cluster-app + name: jellystat-postgresql-18-cluster-app key: password - name: POSTGRES_DB valueFrom: secretKeyRef: - name: jellystat-postgresql-17-cluster-app + name: jellystat-postgresql-18-cluster-app key: dbname - name: POSTGRES_IP valueFrom: secretKeyRef: - name: jellystat-postgresql-17-cluster-app + name: jellystat-postgresql-18-cluster-app key: host - name: POSTGRES_PORT valueFrom: secretKeyRef: - name: jellystat-postgresql-17-cluster-app + name: jellystat-postgresql-18-cluster-app key: port resources: requests: @@ -149,25 +149,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/jellystat/jellystat-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: jellystat-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "jellystat-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "jellystat-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external