PERF(web-apps): reduce default replicas to 1

- Change default replicaCount from 2 to 1
- Affects all apps using web-app chart
This commit is contained in:
2026-01-10 13:15:56 +09:00
parent aea9ee93e8
commit a62307a0ed

View File

@@ -15,7 +15,7 @@ imagePullSecrets:
- name: ghcr-secret
# Replicas
replicaCount: 2
replicaCount: 1
# Container port
containerPort: 3000