Skip to content

Commit

Permalink
feat(kubernetes) remove upper limit for CPU Target on resize (#5159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinawoo authored and lwander committed Apr 12, 2018
1 parent 017217e commit eaa25f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ <h3>Resize {{serverGroup.name}}</h3>
class="form-control input-sm"
name="details"
ng-model="command.scalingPolicy.cpuUtilization.target"
min="0"
max="100"/>
min="0"/>
<span class="input-group-addon">%</span>
</div>
</div>
Expand Down

0 comments on commit eaa25f1

Please sign in to comment.