Skip to content

Commit

Permalink
Pod性能の調整
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Jul 8, 2024
1 parent bfdb946 commit 9a6ba5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/k8s/web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ hpa:
enabled: true
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
targetCPUUtilizationPercentage: 60
targetMemoryUtilizationPercentage: 60

resources:
requests:
cpu: 100m
cpu: 200m
memory: 1500Mi
limits:
cpu: 350m
cpu: 450m
memory: 2Gi

livenessProbe:
Expand Down

0 comments on commit 9a6ba5f

Please sign in to comment.