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