File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ microservice-chart:
1818 autoscaling :
1919 enable : true
2020 minReplica : 1
21- maxReplica : 4
21+ maxReplica : 1
2222 pollingInterval : 30 # seconds
2323 cooldownPeriod : 300 # seconds
2424 triggers :
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ microservice-chart:
1717
1818 autoscaling :
1919 enable : true
20- minReplica : 4
21- maxReplica : 4
20+ minReplica : 1
21+ maxReplica : 2
2222 pollingInterval : 30 # seconds
2323 cooldownPeriod : 300 # seconds
2424 triggers :
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ microservice-chart:
1717
1818 autoscaling :
1919 enable : true
20- minReplica : 4
21- maxReplica : 4
20+ minReplica : 1
21+ maxReplica : 1
2222 pollingInterval : 30 # seconds
2323 cooldownPeriod : 300 # seconds
2424 triggers :
You can’t perform that action at this time.
0 commit comments