add tagging to postgres backups

This commit is contained in:
2024-09-27 22:01:18 -05:00
parent 716f336187
commit e4c107b472
50 changed files with 199 additions and 75 deletions

View File

@@ -33,7 +33,7 @@ dependencies:
version: 1.7.0
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.9.0
version: 3.10.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/vikunja.png
appVersion: 0.24.0
appVersion: 0.24.3

View File

@@ -13,7 +13,7 @@ vikunja:
pullPolicy: IfNotPresent
env:
- name: VIKUNJA_SERVICE_PUBLICURL
value: https://vikunja.alexlebens.dev
value: https://vikunja.alexlebens.dev
- name: VIKUNJA_SERVICE_ENABLEREGISTRATION
value: "false"
- name: VIKUNJA_SERVICE_TIMEZONE
@@ -98,7 +98,6 @@ cloudflared-api:
existingSecretName: vikunja-cloudflared-api-secret
postgres-16-cluster:
mode: standalone
kubernetesClusterName: cl01tl
cluster:
walStorage:
storageClass: local-path
@@ -114,4 +113,9 @@ postgres-16-cluster:
destinationPath: s3://cl01tl-postgresql-backups/vikunja
endpointCredentials: vikunja-postgresql-16-cluster-backup-secret
backupIndex: 2
retentionPolicy: 14d
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-vikunja-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-vikunja-postgresql"