From 886e4e36c00d9d3761899f21839a2a5e75024c7a Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 13:15:55 +0900 Subject: [PATCH] PERF(apps): reduce replicas to 1 - Reduce Homer replicas from 2 to 1 - Reduce MAS replicas from 2 to 1 --- homer/helm-values.yaml | 2 +- mas/helm-values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homer/helm-values.yaml b/homer/helm-values.yaml index a50c427..b01957b 100644 --- a/homer/helm-values.yaml +++ b/homer/helm-values.yaml @@ -3,7 +3,7 @@ controllers: main: - replicas: 2 + replicas: 1 initContainers: copy-homer-files: image: diff --git a/mas/helm-values.yaml b/mas/helm-values.yaml index 8e69f2e..93b77db 100644 --- a/mas/helm-values.yaml +++ b/mas/helm-values.yaml @@ -12,7 +12,7 @@ serviceAccount: controllers: main: - replicas: 2 + replicas: 1 strategy: RollingUpdate rollingUpdate: unavailable: 0