Skip to content

Commit

Permalink
fix autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Sep 1, 2022
1 parent f1208ca commit dd60d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ microservice-chart:
memory: "500Mi"
cpu: "350m"
autoscaling:
enable: true
minReplica: 1
maxReplica: 2
pollingInterval: 30 # seconds
Expand Down
1 change: 1 addition & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ microservice-chart:
memory: "500Mi"
cpu: "350m"
autoscaling:
enable: true
minReplica: 1
maxReplica: 2
pollingInterval: 30 # seconds
Expand Down
1 change: 1 addition & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ microservice-chart:
memory: "500Mi"
cpu: "350m"
autoscaling:
enable: true
minReplica: 1
maxReplica: 2
pollingInterval: 30 # seconds
Expand Down

0 comments on commit dd60d3a

Please sign in to comment.