From 5890f09ada54b2ac813505aa898012a5fd8f7529 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 13:31:34 +0900 Subject: [PATCH] PERF(apps): reduce replicas to 1 - Reduce docusaurus, headlamp, umami replicas to 1 --- docusaurus/helm-values.yaml | 2 +- headlamp/helm-values.yaml | 2 +- umami/helm-values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus/helm-values.yaml b/docusaurus/helm-values.yaml index e89a02f..3377da2 100644 --- a/docusaurus/helm-values.yaml +++ b/docusaurus/helm-values.yaml @@ -11,7 +11,7 @@ image: imagePullSecrets: - name: zot-secret -replicaCount: 2 +replicaCount: 1 containerPort: 80 # nginx service: diff --git a/headlamp/helm-values.yaml b/headlamp/helm-values.yaml index b150749..bf9c59d 100644 --- a/headlamp/helm-values.yaml +++ b/headlamp/helm-values.yaml @@ -1,6 +1,6 @@ # Headlamp Helm Values -replicaCount: 2 +replicaCount: 1 image: registry: ghcr.io diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index 48948b8..e4a473f 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -44,7 +44,7 @@ resources: limits: memory: 384Mi -replicaCount: 2 +replicaCount: 1 # Autoscaling autoscaling: