From 20554a2415d007fff867cd330af45c9524c78a7b Mon Sep 17 00:00:00 2001 From: Adam Pike Date: Wed, 11 Oct 2023 10:53:47 -0230 Subject: [PATCH] Disable Redis RDB snapshots Signed-off-by: Adam Pike --- charts/op-scim-bridge/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/op-scim-bridge/values.yaml b/charts/op-scim-bridge/values.yaml index 69b1bbd..8030e0b 100644 --- a/charts/op-scim-bridge/values.yaml +++ b/charts/op-scim-bridge/values.yaml @@ -195,6 +195,8 @@ redis: commonConfiguration: |- maxmemory 256mb maxmemory-policy volatile-lru + # Disable RDB persistence + save "" master: kind: Deployment # prefer to schedule redis and SCIM bridge pods on separate nodes