Add persistence

This commit is contained in:
Simen Røstvik 2022-11-30 10:34:37 +01:00
parent fea9ef289a
commit e6d61dbf5c
No known key found for this signature in database

View File

@ -41,6 +41,11 @@ spec:
enabled: true
auth:
existingSecret: postgres-secret
persistence:
enabled: true
storageClass: longhorn
accessModes:
- ReadWriteOnce
redis:
enabled: true
image: