Skip to content

Commit

Permalink
[fix] res cons
Browse files Browse the repository at this point in the history
  • Loading branch information
k2ntum committed Apr 18, 2024
1 parent 7b44173 commit ed87dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/sinfonia/helm/charts/loadtest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ resources:
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 2
cpu: 3
memory: 256Mi
requests:
cpu: 1
cpu: 2
memory: 128Mi

livenessProbe:
Expand All @@ -88,7 +88,7 @@ readinessProbe:

autoscaling:
enabled: true
minReplicas: 1
minReplicas: 2
maxReplicas: 30
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
Expand Down

0 comments on commit ed87dbd

Please sign in to comment.