From d92292cbbe9fb0dde8538f96b8aa0555a764362a Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Mon, 4 Mar 2024 10:45:57 +0100 Subject: [PATCH] [terracottabigmemorymax] Set default stripe count to 1 --- terracottabigmemorymax/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terracottabigmemorymax/helm/values.yaml b/terracottabigmemorymax/helm/values.yaml index dafce97..fc8ccc4 100644 --- a/terracottabigmemorymax/helm/values.yaml +++ b/terracottabigmemorymax/helm/values.yaml @@ -46,7 +46,7 @@ tmcStorage: 1Gi terracotta: # -- The number of Terracotta stripes to deploy. - stripeCount: 2 + stripeCount: 1 # -- The number of Terracotta servers per stripe. nodeCountPerStripe: 2 # -- The configuration for each Terracotta server.