Skip to content

Commit

Permalink
Allow payments to scale to 1 replica
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 25, 2024
1 parent cc088a2 commit 579b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apps:
codebase: payments-service
autoscaling:
enabled: true
minReplicas: 2
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
container:
Expand Down

0 comments on commit 579b7b0

Please sign in to comment.