patch postgresql database not consuming storage.

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-14 11:19:02 +02:00
parent c878526ea7
commit 49748226ae
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
7 changed files with 20 additions and 7 deletions

View File

@ -27,4 +27,4 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 5.0.0
version: 5.0.1

View File

@ -41,6 +41,12 @@ postgresql:
postgresqlUsername: fireflyiii
postgresqlDatabase: fireflyiii
existingSecret: dbcreds
persistence:
db:
storageClass: "SCALE-ZFS"
dbbackups:
storageClass: "SCALE-ZFS"
##
# Most other defaults are set in questions.yaml

View File

@ -7,7 +7,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 1.0.0
version: 1.0.1
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
@ -36,4 +36,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 2.0.0
version: 2.0.1

View File

@ -158,6 +158,11 @@ postgresql:
postgresqlUsername: nextcloud
postgresqlDatabase: nextcloud
existingSecret: dbcreds
persistence:
db:
storageClass: "SCALE-ZFS"
dbbackups:
storageClass: "SCALE-ZFS"
# Enabled redis
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis

View File

@ -184,14 +184,12 @@ cronjob:
successfulJobsHistoryLimit: 2
# Enabled postgres
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
postgresql:
enabled: true
postgresqlUsername: nextcloud
postgresqlDatabase: nextcloud
existingSecret: dbcreds
# Enabled redis
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis
redis:

View File

@ -31,4 +31,4 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
version: 4.0.0
version: 4.0.1

View File

@ -39,11 +39,15 @@ database:
# Enabled postgres
postgresql:
enabled: true
postgresqlUsername: vaultwarden
postgresqlDatabase: vaultwarden
existingSecret: dbcreds
persistence:
db:
storageClass: "SCALE-ZFS"
dbbackups:
storageClass: "SCALE-ZFS"
##
# Most other defaults are set in questions.yaml