fix storageclass
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user