diff --git a/clusters/cl01tl/helm/harbor/values.yaml b/clusters/cl01tl/helm/harbor/values.yaml index a419b2c5a..88f87606b 100644 --- a/clusters/cl01tl/helm/harbor/values.yaml +++ b/clusters/cl01tl/helm/harbor/values.yaml @@ -82,11 +82,11 @@ harbor: database: type: external external: - host: harbor-postgresql-17-cluster-rw + host: harbor-postgresql-18-cluster-rw port: "5432" username: app coreDatabase: app - existingSecret: harbor-postgresql-17-cluster-app + existingSecret: harbor-postgresql-18-cluster-app redis: type: external external: @@ -167,25 +167,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/harbor/harbor-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: harbor-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "harbor-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "harbor-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external