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