Skip to content

Commit

Permalink
fix min max replica aks
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Aug 29, 2023
1 parent 51189ee commit 55fca1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ microservice-chart:
autoscaling:
enable: true
minReplica: 1
maxReplica: 10
maxReplica: 2
pollingInterval: 10 # seconds
cooldownPeriod: 120 # 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 @@ -61,7 +61,7 @@ microservice-chart:
cpu: "0.75"
autoscaling:
enable: true
minReplica: 3
minReplica: 2
maxReplica: 10
pollingInterval: 10 # seconds
cooldownPeriod: 120 # seconds
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ microservice-chart:
autoscaling:
enable: true
minReplica: 1
maxReplica: 7
maxReplica: 5
pollingInterval: 10 # seconds
cooldownPeriod: 120 # seconds
triggers:
Expand Down

0 comments on commit 55fca1f

Please sign in to comment.