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 e324e1e commit 41ab878
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ apps:
- name: akatsuki-api
environment: production
codebase: akatsuki-api
replicaCount: 1
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
container:
image:
repository: osuakatsuki/akatsuki-api
Expand All @@ -29,7 +33,6 @@ apps:
memory: 150Mi
imagePullSecrets:
- name: osuakatsuki-registry-secret
# - name: registry-akatsuki
service:
type: ClusterIP
port: 80

0 comments on commit 41ab878

Please sign in to comment.