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:
@@ -15,7 +15,7 @@ imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
|
||||
# Replicas
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
|
||||
# Container port
|
||||
containerPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user