switchover
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user