PERF(apps): reduce replicas to 1

- Reduce docusaurus, headlamp, umami replicas to 1
This commit is contained in:
2026-01-10 13:31:34 +09:00
parent 93d629160d
commit 5890f09ada
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ image:
imagePullSecrets: imagePullSecrets:
- name: zot-secret - name: zot-secret
replicaCount: 2 replicaCount: 1
containerPort: 80 # nginx containerPort: 80 # nginx
service: service:

View File

@@ -1,6 +1,6 @@
# Headlamp Helm Values # Headlamp Helm Values
replicaCount: 2 replicaCount: 1
image: image:
registry: ghcr.io registry: ghcr.io

View File

@@ -44,7 +44,7 @@ resources:
limits: limits:
memory: 384Mi memory: 384Mi
replicaCount: 2 replicaCount: 1
# Autoscaling # Autoscaling
autoscaling: autoscaling: