Skip to content

Commit

Permalink
fix(homeassistant): postgres backup retention time
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Dec 22, 2024
1 parent 35de5a7 commit c4d4f14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions projects/homeassistant/manifests/postgre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
source: homeassistant

backup:
retentionPolicy: "90d"
barmanObjectStore:
destinationPath: "s3://homeassistant-backup/"
endpointURL: "http://s3-minio.s3.svc.cluster.local:9000"
Expand Down
2 changes: 1 addition & 1 deletion projects/homer/values/homer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ configmap:
target: "_blank"
- logo: assets/png/minio.png
name: MinIO
url: https://s3.dc
url: https://minio.dc
target: "_blank"
- logo: assets/png/google-mail.png
name: Ntfy
Expand Down
10 changes: 6 additions & 4 deletions projects/services/values/s3.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
image:
repository: quay.io/minio/minio
pullPolicy: IfNotPresent
tag: latest
pullPolicy: Always

## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
## client used to create a default bucket).
##
mcImage:
repository: quay.io/minio/mc
pullPolicy: IfNotPresent
tag: latest
pullPolicy: Always

## minio mode, i.e. standalone or distributed
mode: standalone ## other supported values are "standalone"
Expand Down Expand Up @@ -77,11 +79,11 @@ consoleIngress:
cert-manager.io/cluster-issuer: vault-issuer
path: /
hosts:
- minio-console.dc
- minio.dc
tls:
- secretName: minio-console-tls
hosts:
- minio-console.dc
- minio.dc

securityContext:
enabled: true
Expand Down

0 comments on commit c4d4f14

Please sign in to comment.