Skip to content

Commit

Permalink
Merge pull request #104 from pagopa/fix-autoscaling
Browse files Browse the repository at this point in the history
fix: Autoscaling
  • Loading branch information
pasqualespica authored Sep 6, 2023
2 parents 7516cc5 + 7ea066a commit a104eb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ microservice-chart:
autoscaling:
enable: true
minReplica: 1
maxReplica: 10
maxReplica: 2
pollingInterval: 30 # seconds
cooldownPeriod: 60 # seconds
triggers:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ microservice-chart:
cpu: "0.5"
autoscaling:
enable: true
minReplica: 5
minReplica: 3
maxReplica: 10
pollingInterval: 30 # seconds
cooldownPeriod: 60 # seconds
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ microservice-chart:
cpu: "1.0"
autoscaling:
enable: true
minReplica: 6
maxReplica: 10
minReplica: 1
maxReplica: 5
pollingInterval: 10 # seconds
cooldownPeriod: 60 # seconds
triggers:
Expand Down

0 comments on commit a104eb3

Please sign in to comment.