switch to digital ocean

This commit is contained in:
2024-12-12 11:18:28 -06:00
parent fdf9909b70
commit 4475df4cc8
3 changed files with 7 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.13.0
version: 3.14.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/kamilkosek/jellyplist/main/static/images/logo_large.png
appVersion: 0.1.5

View File

@@ -71,13 +71,13 @@ spec:
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /aws/keys/cl01tl-jellyplist-postgresql
key: /digital-ocean/home-infra/postgres-backups
metadataPolicy: None
property: access_key
property: access
- secretKey: ACCESS_SECRET_KEY
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /aws/keys/cl01tl-jellyplist-postgresql
key: /digital-ocean/home-infra/postgres-backups
metadataPolicy: None
property: secret_key
property: secret

View File

@@ -267,13 +267,7 @@ postgres-16-cluster:
- CREATE DATABASE "jellyplist" OWNER "app";
backup:
enabled: false
endpointURL: https://s3.us-east-2.amazonaws.com
destinationPath: s3://cl01tl-postgresql-backups/jellyplist
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellyplist/jellyplist-postgresql-16-cluster
endpointCredentials: jellyplist-postgresql-16-cluster-backup-secret
backupIndex: 1
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-jellyplist-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-jellyplist-postgresql"