diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 554047da8..4a1ccd26b 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -108,22 +108,22 @@ gitea: - name: GITEA__DATABASE__HOST valueFrom: secretKeyRef: - name: gitea-postgresql-17-cluster-app + name: gitea-postgresql-18-cluster-app key: host - name: GITEA__DATABASE__NAME valueFrom: secretKeyRef: - name: gitea-postgresql-17-cluster-app + name: gitea-postgresql-18-cluster-app key: dbname - name: GITEA__DATABASE__USER valueFrom: secretKeyRef: - name: gitea-postgresql-17-cluster-app + name: gitea-postgresql-18-cluster-app key: user - name: GITEA__DATABASE__PASSWD valueFrom: secretKeyRef: - name: gitea-postgresql-17-cluster-app + name: gitea-postgresql-18-cluster-app key: password - name: GITEA__INDEXER__ISSUE_INDEXER_CONN_STR valueFrom: @@ -401,25 +401,12 @@ postgres-18-cluster: memory: 1Gi cpu: 200m recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/gitea/gitea-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: gitea-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "gitea-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "gitea-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external