switchover
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 23s
renovate / renovate (push) Successful in 1m24s

This commit is contained in:
2025-12-12 15:54:46 -06:00
parent f1d49a657a
commit 3865fb3469

View File

@@ -32,27 +32,27 @@ jellystat:
- name: POSTGRES_USER - name: POSTGRES_USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: jellystat-postgresql-17-cluster-app name: jellystat-postgresql-18-cluster-app
key: username key: username
- name: POSTGRES_PASSWORD - name: POSTGRES_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: jellystat-postgresql-17-cluster-app name: jellystat-postgresql-18-cluster-app
key: password key: password
- name: POSTGRES_DB - name: POSTGRES_DB
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: jellystat-postgresql-17-cluster-app name: jellystat-postgresql-18-cluster-app
key: dbname key: dbname
- name: POSTGRES_IP - name: POSTGRES_IP
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: jellystat-postgresql-17-cluster-app name: jellystat-postgresql-18-cluster-app
key: host key: host
- name: POSTGRES_PORT - name: POSTGRES_PORT
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: jellystat-postgresql-17-cluster-app name: jellystat-postgresql-18-cluster-app
key: port key: port
resources: resources:
requests: requests:
@@ -149,25 +149,12 @@ postgres-18-cluster:
prometheusRule: prometheusRule:
enabled: true enabled: true
recovery: recovery:
method: import method: objectStore
objectStore: objectStore:
destinationPath: s3://postgres-backups/cl01tl/jellystat/jellystat-postgresql-18-cluster destinationPath: s3://postgres-backups/cl01tl/jellystat/jellystat-postgresql-18-cluster
endpointURL: http://garage-main.garage:3900 endpointURL: http://garage-main.garage:3900
index: 1 index: 1
endpointCredentials: jellystat-postgresql-18-cluster-backup-secret-garage 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: backup:
objectStore: objectStore:
- name: external - name: external