From 7f1455cb12b42ceba40a2f9d84178e0e437d2223 Mon Sep 17 00:00:00 2001 From: "Langhammer, Jens" Date: Mon, 7 Oct 2019 17:01:27 +0200 Subject: [PATCH] helm(minor): disable redis cluster & persistence by default --- helm/passbook/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helm/passbook/values.yaml b/helm/passbook/values.yaml index 8a09b51e0..4238a261a 100644 --- a/helm/passbook/values.yaml +++ b/helm/passbook/values.yaml @@ -21,6 +21,13 @@ postgresql: postgresqlDatabase: passbook postgresqlPassword: foo +redis: + cluster: + enabled: false + master: + persistence: + enabled: false + service: type: ClusterIP port: 80