Skip to content

Commit 298e07d

Browse files
authored
perf: add prod deployment resources (#1333)
- adds more replicas as a temporary measure to mitigate against crashes - reduces cpu and mem requests to what we've observed in practice over the last week
1 parent b5a0f56 commit 298e07d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chart/env/prod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ infisical:
300300

301301
autoscaling:
302302
enabled: true
303-
minReplicas: 6
303+
minReplicas: 12
304304
maxReplicas: 30
305305
targetMemoryUtilizationPercentage: "50"
306306
targetCPUUtilizationPercentage: "50"
307307

308308
resources:
309309
requests:
310-
cpu: 4
311-
memory: 8Gi
310+
cpu: 2
311+
memory: 4Gi
312312
limits:
313313
cpu: 4
314314
memory: 8Gi

0 commit comments

Comments
 (0)