switch to digital ocean
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies:
|
|||||||
version: 3.5.1
|
version: 3.5.1
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-16-cluster
|
alias: postgres-16-cluster
|
||||||
version: 3.13.0
|
version: 3.14.0
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
repository: http://alexlebens.github.io/helm-charts
|
||||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/sonarr.png
|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/sonarr.png
|
||||||
appVersion: 4.0.9.2244
|
appVersion: 4.0.9.2244
|
||||||
|
@@ -77,13 +77,13 @@ spec:
|
|||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
conversionStrategy: Default
|
||||||
decodingStrategy: None
|
decodingStrategy: None
|
||||||
key: /aws/keys/cl01tl-sonarr-postgresql
|
key: /digital-ocean/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
metadataPolicy: None
|
||||||
property: access_key
|
property: access
|
||||||
- secretKey: ACCESS_SECRET_KEY
|
- secretKey: ACCESS_SECRET_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
conversionStrategy: Default
|
||||||
decodingStrategy: None
|
decodingStrategy: None
|
||||||
key: /aws/keys/cl01tl-sonarr-postgresql
|
key: /digital-ocean/home-infra/postgres-backups
|
||||||
metadataPolicy: None
|
metadataPolicy: None
|
||||||
property: secret_key
|
property: secret
|
||||||
|
@@ -150,8 +150,6 @@ postgres-16-cluster:
|
|||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
prometheusRule:
|
|
||||||
enabled: false
|
|
||||||
initdb:
|
initdb:
|
||||||
database: app
|
database: app
|
||||||
owner: app
|
owner: app
|
||||||
@@ -159,14 +157,8 @@ postgres-16-cluster:
|
|||||||
- CREATE DATABASE "sonarr-main" OWNER "app";
|
- CREATE DATABASE "sonarr-main" OWNER "app";
|
||||||
- CREATE DATABASE "sonarr-log" OWNER "app";
|
- CREATE DATABASE "sonarr-log" OWNER "app";
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: true
|
||||||
endpointURL: https://s3.us-east-2.amazonaws.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://cl01tl-postgresql-backups/sonarr4-4k
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/directus/directus-postgresql-16-cluster
|
||||||
endpointCredentials: sonarr4-4k-postgresql-16-cluster-backup-secret
|
endpointCredentials: sonarr4-4k-postgresql-16-cluster-backup-secret
|
||||||
backupIndex: 1
|
backupIndex: 1
|
||||||
tags:
|
|
||||||
backupRetentionPolicy: "expire"
|
|
||||||
user: "cl01tl-sonarr-postgresql"
|
|
||||||
historyTags:
|
|
||||||
backupRetentionPolicy: "keep"
|
|
||||||
user: "cl01tl-sonarr-postgresql"
|
|
||||||
|
Reference in New Issue
Block a user