switchover
All checks were successful
lint-test-helm / lint-helm (push) Successful in 34s
render-manifests-push / render-manifests-push (push) Successful in 1m14s
renovate / renovate (push) Successful in 1m17s

This commit is contained in:
2025-12-11 17:21:57 -06:00
parent dcc30342b8
commit 840e19fc1a

View File

@@ -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