migrate to new chart
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m52s

This commit is contained in:
2025-10-02 17:06:26 -05:00
parent 481ea84ced
commit 9cb4b4e4b3
2 changed files with 29 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ dependencies:
version: 1.21.1 version: 1.21.1
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 6.4.4
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png
appVersion: v1.43.3 appVersion: v1.43.3

View File

@@ -36,7 +36,7 @@ postiz:
- name: BACKEND_INTERNAL_URL - name: BACKEND_INTERNAL_URL
value: http://localhost:3000 value: http://localhost:3000
- name: IS_GENERAL - name: IS_GENERAL
value: 'true' value: "true"
- name: STORAGE_PROVIDER - name: STORAGE_PROVIDER
value: local value: local
- name: UPLOAD_DIRECTORY - name: UPLOAD_DIRECTORY
@@ -48,7 +48,7 @@ postiz:
- name: NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL - name: NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL
value: https://cdn.jsdelivr.net/gh/selfhst/icons/png/authentik.png value: https://cdn.jsdelivr.net/gh/selfhst/icons/png/authentik.png
- name: POSTIZ_GENERIC_OAUTH - name: POSTIZ_GENERIC_OAUTH
value: 'true' value: "true"
- name: POSTIZ_OAUTH_URL - name: POSTIZ_OAUTH_URL
value: https://auth.alexlebens.dev value: https://auth.alexlebens.dev
- name: POSTIZ_OAUTH_AUTH_URL - name: POSTIZ_OAUTH_AUTH_URL
@@ -119,14 +119,33 @@ postgres-17-cluster:
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com name: recovery
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster
endpointURL: https://nyc3.digitaloceanspaces.com
index: 1
endpointCredentials: postiz-postgresql-17-cluster-backup-secret endpointCredentials: postiz-postgresql-17-cluster-backup-secret
recoveryIndex: 1
backup: backup:
enabled: true enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com method: objectStore
objectStore:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster
endpointURL: https://nyc3.digitaloceanspaces.com
index: 1
endpointCredentials: postiz-postgresql-17-cluster-backup-secret endpointCredentials: postiz-postgresql-17-cluster-backup-secret
backupIndex: 1
retentionPolicy: "3d" retentionPolicy: "3d"
isWALArchiver: true
wal:
compression: snappy
maxParallel: 1
data:
compression: snappy
jobs: 1
scheduledBackups:
- name: daily-backup
schedule: "0 0 0 * * *"
immediate: false
suspend: false
backupOwnerReference: self
plugin: barman-cloud.cloudnative-pg.io
backupName: external