fix storageclass
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
postgres-password: V3R5azRIQklOSg==
|
||||
postgres-password: akN1M0lDT29TZQ==
|
||||
kind: Secret
|
||||
metadata:
|
||||
labels:
|
||||
@@ -347,3 +347,4 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 8Gi
|
||||
storageClassName: openebs-3-replicas
|
||||
|
||||
@@ -99,22 +99,13 @@ persistence:
|
||||
# @default -- See values.yaml
|
||||
postgresql:
|
||||
enabled: true
|
||||
global:
|
||||
storageClass: openebs-3-replicas
|
||||
|
||||
postgresqlUsername: paperless
|
||||
postgresqlPassword: 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.
|
||||
# For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis)
|
||||
# @default -- See values.yaml
|
||||
|
||||
Reference in New Issue
Block a user