From 742e2942464f56d8d05563b8c344d5485c6e1496 Mon Sep 17 00:00:00 2001 From: nleconte-csgroup <86782407+nleconte-csgroup@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:03:38 +0200 Subject: [PATCH] fix: fix recommended setting for redis To use only 1 replicas, we need to update the redis configuration min-replicas-to-write to 0 otherwise we have the error message "NOREPLICAS Not enough good replicas to write". Ref: https://stackoverflow.com/a/59737862 --- helm/oauth2-proxy/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/oauth2-proxy/values.yaml b/helm/oauth2-proxy/values.yaml index 272b50c..fff5331 100644 --- a/helm/oauth2-proxy/values.yaml +++ b/helm/oauth2-proxy/values.yaml @@ -463,6 +463,9 @@ redis: # # redisPassword: xxxxx # replicas: 1 + # redis: + # config: + # min-replicas-to-write: 0 # persistentVolume: # enabled: false #