fix: scale down cache servers to 1 instance each

This commit is contained in:
2026-01-05 14:51:31 +05:00
parent afb071bcbe
commit 13569f706d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
replicaCount: 3
replicaCount: 1
image:
runAsNonRoot: true
nodeSelector:

View File

@@ -73,7 +73,7 @@ export class NixCache extends Construct {
namespace,
},
spec: {
replicas: "3",
replicas: "1",
selector: {
matchLabels: {
app: name,

View File

@@ -70,7 +70,7 @@ export class NpmCache extends Construct {
namespace,
},
spec: {
replicas: "3",
replicas: "1",
selector: {
matchLabels: {
app: name,