fix storageclass

This commit is contained in:
Philip Haupt
2025-05-18 00:51:36 +02:00
parent ea7d112ded
commit 4d8f8e949f
2 changed files with 4 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
data: data:
postgres-password: V3R5azRIQklOSg== postgres-password: akN1M0lDT29TZQ==
kind: Secret kind: Secret
metadata: metadata:
labels: labels:
@@ -347,3 +347,4 @@ spec:
resources: resources:
requests: requests:
storage: 8Gi storage: 8Gi
storageClassName: openebs-3-replicas

View File

@@ -99,22 +99,13 @@ persistence:
# @default -- See values.yaml # @default -- See values.yaml
postgresql: postgresql:
enabled: true enabled: true
global:
storageClass: openebs-3-replicas
postgresqlUsername: paperless postgresqlUsername: paperless
postgresqlPassword: paperless postgresqlPassword: paperless
postgresqlDatabase: paperless postgresqlDatabase: paperless
replication:
enabled: false
persistence:
enabled: true
storageClass: openebs-3-replicas
accessMode: ReadWriteOnce
size: 8Gi
#existingSecret: requarks-postgresql
# -- Enable and configure redis subchart under this key. # -- Enable and configure redis subchart under this key.
# For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis) # For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis)
# @default -- See values.yaml # @default -- See values.yaml