switch to digital ocean

This commit is contained in:
2024-12-12 11:51:58 -06:00
parent 965fb45b83
commit 66ac489e53
4 changed files with 9 additions and 17 deletions

View File

@@ -152,8 +152,6 @@ postgres-16-cluster:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: false
initdb:
database: app
owner: app
@@ -162,14 +160,8 @@ postgres-16-cluster:
- CREATE DATABASE "readarr-log" OWNER "app";
- CREATE DATABASE "readarr-cache" OWNER app;
backup:
enabled: false
endpointURL: https://s3.us-east-2.amazonaws.com
destinationPath: s3://cl01tl-postgresql-backups/readarr-books
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/readarr-books/readarr-books-postgresql-16-cluster
endpointCredentials: readarr-books-postgresql-16-cluster-backup-secret
backupIndex: 1
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-readarr-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-readarr-postgresql"