migrate to new chart
This commit is contained in:
@@ -24,7 +24,7 @@ dependencies:
|
|||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-17-cluster
|
alias: postgres-17-cluster
|
||||||
version: 5.1.0
|
version: 6.5.0
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidarr.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/lidarr.png
|
||||||
appVersion: 2.11.2
|
appVersion: 2.11.2
|
||||||
|
@@ -85,21 +85,20 @@ lidarr:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
nameOverride: lidarr2-postgresql-17
|
nameOverride: lidarr2-postgresql-17
|
||||||
mode: standalone
|
mode: recovery
|
||||||
cluster:
|
cluster:
|
||||||
storage:
|
storage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
walStorage:
|
walStorage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 1Gi
|
|
||||||
cpu: 200m
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: true
|
enabled: true
|
||||||
prometheusRule:
|
prometheusRule:
|
||||||
enabled: true
|
enabled: true
|
||||||
bootstrap:
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 1Gi
|
||||||
|
cpu: 200m
|
||||||
initdb:
|
initdb:
|
||||||
postInitSQL:
|
postInitSQL:
|
||||||
- CREATE DATABASE "lidarr-main" OWNER "app";
|
- CREATE DATABASE "lidarr-main" OWNER "app";
|
||||||
@@ -107,14 +106,17 @@ postgres-17-cluster:
|
|||||||
recovery:
|
recovery:
|
||||||
method: objectStore
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
|
||||||
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
|
index: 3
|
||||||
recoveryIndex: 3
|
|
||||||
backup:
|
backup:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
method: objectStore
|
||||||
|
objectStore:
|
||||||
|
- name: external
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
|
||||||
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
|
index: 3
|
||||||
backupIndex: 3
|
|
||||||
retentionPolicy: "3d"
|
retentionPolicy: "3d"
|
||||||
|
scheduledBackups:
|
||||||
|
- name: daily-backup
|
||||||
|
schedule: "0 0 0 * * *"
|
||||||
|
backupName: external
|
||||||
|
Reference in New Issue
Block a user