Skip to content

Commit

Permalink
perf: add prod deployment resources
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jcudit committed Jul 9, 2024
1 parent b5a0f56 commit 86faac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,15 @@ infisical:

autoscaling:
enabled: true
minReplicas: 6
minReplicas: 12
maxReplicas: 30
targetMemoryUtilizationPercentage: "50"
targetCPUUtilizationPercentage: "50"

resources:
requests:
cpu: 4
memory: 8Gi
cpu: 2
memory: 4Gi
limits:
cpu: 4
memory: 8Gi
Expand Down

0 comments on commit 86faac7

Please sign in to comment.