File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727| etcdOperator.service.port | int | ` 9443 ` | Service port |
2828| etcdOperator.service.type | string | ` "ClusterIP" ` | Service type |
2929| etcdOperator.vpa.enabled | bool | ` true ` | |
30- | etcdOperator.vpa.maxAllowed.cpu | int | ` 1 ` | |
30+ | etcdOperator.vpa.maxAllowed.cpu | string | ` "1000m" ` | |
3131| etcdOperator.vpa.maxAllowed.memory | string | ` "1Gi" ` | |
3232| etcdOperator.vpa.minAllowed.cpu | string | ` "100m" ` | |
3333| etcdOperator.vpa.minAllowed.memory | string | ` "128Mi" ` | |
Original file line number Diff line number Diff line change 140140 "maxAllowed" : {
141141 "properties" : {
142142 "cpu" : {
143- "type" : " integer "
143+ "type" : " string "
144144 },
145145 "memory" : {
146146 "type" : " string"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ etcdOperator:
9090 cpu : 100m
9191 memory : 128Mi
9292 maxAllowed :
93- cpu : 1
93+ cpu : 1000m
9494 memory : 1Gi
9595
9696kubeRbacProxy :
You can’t perform that action at this time.
0 commit comments