upgrade chart

This commit is contained in:
2025-05-14 14:02:52 -05:00
parent 8e0c5cde94
commit 106849bcdb
5 changed files with 28 additions and 10 deletions

View File

@@ -103,15 +103,17 @@ postgres-17-cluster:
nameOverride: sonarr4-postgresql-17
mode: standalone
cluster:
walStorage:
storageClass: local-path
storage:
storageClass: local-path
walStorage:
storageClass: local-path
resources:
requests:
memory: 512Mi
monitoring:
enabled: true
prometheusRule:
enabled: false
bootstrap:
initdb:
database: app
@@ -119,6 +121,13 @@ postgres-17-cluster:
postInitSQL:
- CREATE DATABASE "sonarr-main" OWNER "app";
- CREATE DATABASE "sonarr-log" OWNER "app";
recovery:
method: objectStore
objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret
recoveryIndex: 3
backup:
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com