PERF(apps): reduce replicas to 1
- Reduce docusaurus, headlamp, umami replicas to 1
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Headlamp Helm Values
|
# Headlamp Helm Values
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
memory: 384Mi
|
memory: 384Mi
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
# Autoscaling
|
# Autoscaling
|
||||||
autoscaling:
|
autoscaling:
|
||||||
|
|||||||
Reference in New Issue
Block a user