switchover
All checks were successful
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 44s
renovate / renovate (push) Successful in 1m49s

This commit is contained in:
2025-12-13 18:22:53 -06:00
parent 39fca52cb7
commit e411dabd04

View File

@@ -34,7 +34,7 @@ photoview:
- name: PHOTOVIEW_POSTGRES_URL - name: PHOTOVIEW_POSTGRES_URL
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: photoview-postgresql-17-cluster-app name: photoview-postgresql-18-cluster-app
key: uri key: uri
- name: PHOTOVIEW_MEDIA_CACHE - name: PHOTOVIEW_MEDIA_CACHE
value: /app/cache value: /app/cache
@@ -143,25 +143,12 @@ postgres-18-cluster:
prometheusRule: prometheusRule:
enabled: true enabled: true
recovery: recovery:
method: import method: objectStore
objectStore: objectStore:
destinationPath: s3://postgres-backups/cl01tl/photoview/photoview-postgresql-18-cluster destinationPath: s3://postgres-backups/cl01tl/photoview/photoview-postgresql-18-cluster
endpointURL: http://garage-main.garage:3900 endpointURL: http://garage-main.garage:3900
index: 1 index: 1
endpointCredentials: photoview-postgresql-18-cluster-backup-secret-garage endpointCredentials: photoview-postgresql-18-cluster-backup-secret-garage
import:
type: "microservice"
databases:
- app
source:
host: "photoview-postgresql-17-cluster-rw"
port: 5432
username: app
database: app
sslMode: "disable"
passwordSecret:
name: "photoview-postgresql-17-cluster-app"
key: "password"
backup: backup:
objectStore: objectStore:
- name: external - name: external