Skip to content

Commit

Permalink
최소 레플리카 수 감소, cpu 한계치 감소
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Joon-Hyeok committed Jun 19, 2024
1 parent b37fd1a commit 1874536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/demo-hpa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ app:
name: "demo-hpa"
image: "registry.k8s.io/hpa-example"
port: 80
minReplicas: 2
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 50
targetCPUUtilizationPercentage: 30
resources:
requests:
cpu: "1m"
Expand Down

0 comments on commit 1874536

Please sign in to comment.