switchover
All checks were successful
lint-test-helm / lint-helm (push) Successful in 21s
render-manifests-push / render-manifests-push (push) Successful in 42s
renovate / renovate (push) Successful in 1m29s

This commit is contained in:
2025-12-11 16:44:29 -06:00
parent 8e87297413
commit 93685f6e98

View File

@@ -41,27 +41,27 @@ directus:
- name: DB_HOST
valueFrom:
secretKeyRef:
name: directus-postgresql-17-cluster-app
name: directus-postgresql-18-cluster-app
key: host
- name: DB_DATABASE
valueFrom:
secretKeyRef:
name: directus-postgresql-17-cluster-app
name: directus-postgresql-18-cluster-app
key: dbname
- name: DB_PORT
valueFrom:
secretKeyRef:
name: directus-postgresql-17-cluster-app
name: directus-postgresql-18-cluster-app
key: port
- name: DB_USER
valueFrom:
secretKeyRef:
name: directus-postgresql-17-cluster-app
name: directus-postgresql-18-cluster-app
key: user
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
name: directus-postgresql-17-cluster-app
name: directus-postgresql-18-cluster-app
key: password
- name: SYNCHRONIZATION_STORE
value: redis
@@ -227,25 +227,12 @@ postgres-18-cluster:
prometheusRule:
enabled: true
recovery:
method: import
# objectStore:
# destinationPath: s3://postgres-backups/cl01tl/directus/directus-postgresql-18-cluster
# endpointURL: http://garage-main.garage:3900
# index: 1
# endpointCredentials: directus-postgresql-18-cluster-backup-secret-garage
import:
type: "microservice"
databases:
- app
source:
host: "directus-postgresql-17-cluster-rw"
port: 5432
username: app
database: app
sslMode: "disable"
passwordSecret:
name: "directus-postgresql-17-cluster-app"
key: "password"
method: objectStore
objectStore:
destinationPath: s3://postgres-backups/cl01tl/directus/directus-postgresql-18-cluster
endpointURL: http://garage-main.garage:3900
index: 1
endpointCredentials: directus-postgresql-18-cluster-backup-secret-garage
backup:
objectStore:
- name: external