Skip to content

Commit

Permalink
Allow scaling down to 1 replica, low requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 30, 2024
1 parent ad2f123 commit b25f300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apps:
codebase: avatars-service
autoscaling:
enabled: true
minReplicas: 2
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 80
container:
Expand All @@ -26,8 +26,8 @@ apps:
cpu: 400m
memory: 400Mi
requests:
cpu: 250m
memory: 250Mi
cpu: 200m
memory: 200Mi
env:
- name: APP_COMPONENT
value: api
Expand Down

0 comments on commit b25f300

Please sign in to comment.