Skip to content

Commit

Permalink
cpu pod autoscaling 2-5 replicas 80% cpu target
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 7, 2024
1 parent 375e318 commit dd9b240
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ apps:
- name: payments-service-api
environment: production
codebase: payments-service
replicaCount: 1
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
container:
image:
repository: osuakatsuki/payments-service
Expand Down

0 comments on commit dd9b240

Please sign in to comment.