fix indentaion in hpa deployment (#12893)

pull/12507/head
Tomáš Kukrál 2019-03-08 01:50:03 +01:00 committed by Kubernetes Prow Robot
parent cf52474db1
commit f6033fccc8
1 changed files with 13 additions and 13 deletions

View File

@ -8,7 +8,7 @@ metadata:
spec:
selector:
matchLabels:
k8s-app: dns-autoscaler
k8s-app: dns-autoscaler
template:
metadata:
labels:
@ -18,16 +18,16 @@ spec:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-amd64:1.1.1
resources:
requests:
cpu: "20m"
memory: "10Mi"
requests:
cpu: 20m
memory: 10Mi
command:
- /cluster-proportional-autoscaler
- --namespace=kube-system
- --configmap=dns-autoscaler
- --target=<SCALE_TARGET>
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
# If using small nodes, "nodesPerReplica" should dominate.
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"min":1}}
- --logtostderr=true
- --v=2
- /cluster-proportional-autoscaler
- --namespace=kube-system
- --configmap=dns-autoscaler
- --target=<SCALE_TARGET>
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
# If using small nodes, "nodesPerReplica" should dominate.
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"min":1}}
- --logtostderr=true
- --v=2