helm(minor): disable redis cluster & persistence by default

This commit is contained in:
Langhammer, Jens 2019-10-07 17:01:27 +02:00
parent 59fc223a85
commit 7f1455cb12
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@ postgresql:
postgresqlDatabase: passbook
postgresqlPassword: foo
redis:
cluster:
enabled: false
master:
persistence:
enabled: false
service:
type: ClusterIP
port: 80