Skip to content

Commit

Permalink
ripristino autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
adrrss committed Jul 31, 2024
1 parent 16be66d commit 59fc9f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions helm-chart/environments/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ resources:

autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 40
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 90

nodeSelector: {}
Expand Down
8 changes: 4 additions & 4 deletions helm-chart/environments/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ resources:
memory: 80Mi

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 1
targetCPUUtilizationPercentage: 40
enabled: true
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 90

nodeSelector: {}
Expand Down

0 comments on commit 59fc9f1

Please sign in to comment.