From 1b89106485edf128cd3ef8d6db5a0c16d17d392c Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 24 Sep 2024 21:47:48 +1000 Subject: [PATCH] update replica numbers --- infrastructures/argo-events/base/configmap.yaml | 2 +- .../argo-events/env/k3s-cluster/examples/eventbus.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructures/argo-events/base/configmap.yaml b/infrastructures/argo-events/base/configmap.yaml index 2089d17..3bfa197 100644 --- a/infrastructures/argo-events/base/configmap.yaml +++ b/infrastructures/argo-events/base/configmap.yaml @@ -22,7 +22,7 @@ data: maxMsgs: 50000 maxAge: 168h maxBytes: -1 - replicas: 3 + replicas: 2 duplicates: 300s versions: - version: latest diff --git a/infrastructures/argo-events/env/k3s-cluster/examples/eventbus.yaml b/infrastructures/argo-events/env/k3s-cluster/examples/eventbus.yaml index 55304d1..2ca990c 100644 --- a/infrastructures/argo-events/env/k3s-cluster/examples/eventbus.yaml +++ b/infrastructures/argo-events/env/k3s-cluster/examples/eventbus.yaml @@ -6,7 +6,7 @@ spec: nats: native: # Optional, defaults to 3. If it is < 3, set it to 3, that is the minimal requirement. - replicas: 3 + replicas: 2 # Optional, authen strategy, "none" or "token", defaults to "none" auth: token # containerTemplate: