From cf3b807482562af3df7561e00a9fffa7cd35ce62 Mon Sep 17 00:00:00 2001 From: nold Date: Tue, 16 Jan 2024 14:10:57 +0100 Subject: [PATCH] fix(hass): db --- projects/homeassistant/manifests/postgre.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/homeassistant/manifests/postgre.yaml b/projects/homeassistant/manifests/postgre.yaml index 6c9bbcf8..000a637a 100644 --- a/projects/homeassistant/manifests/postgre.yaml +++ b/projects/homeassistant/manifests/postgre.yaml @@ -13,8 +13,8 @@ spec: backup: barmanObjectStore: - destinationPath: "s3://homeassistant-db/" - endpointURL: "http://minio.minio.svc.cluster.local:9000" + destinationPath: "s3://homeassistant-backup/" + endpointURL: "http://s3-minio.s3.svc.cluster.local:9000" s3Credentials: accessKeyId: name: bucket @@ -29,8 +29,8 @@ spec: externalClusters: - name: homeassistant barmanObjectStore: - destinationPath: "s3://homeassistant-db/" - endpointURL: "http://minio.minio.svc.cluster.local:9000" + destinationPath: "s3://homeassistant-backup/" + endpointURL: "http://s3-minio.s3.svc.cluster.local:9000" s3Credentials: accessKeyId: name: bucket @@ -51,4 +51,4 @@ spec: schedule: "0 0 0 * * *" backupOwnerReference: self cluster: - name: homeassistant-db + name: homeassistant