Merge pull request #8182 from GoogleCloudPlatform/revert-7863-etcd_maxprocs

Revert "Set GOMAXPROCS for etcd"
This commit is contained in:
Rohit Jnagal 2015-05-14 11:19:56 -07:00
commit e4c98a05ea

View File

@ -1,5 +1,3 @@
{% set num_cpus = salt['grains.get']('num_cpus', '') %}
{ {
"apiVersion": "v1beta3", "apiVersion": "v1beta3",
"kind": "Pod", "kind": "Pod",
@ -31,10 +29,6 @@
{ "name": "varetcd", { "name": "varetcd",
"mountPath": "/var/etcd", "mountPath": "/var/etcd",
"readOnly": false} "readOnly": false}
],
"env": [
{ "name": "GOMAXPROCS",
"value": "{{num_cpus}}"}
] ]
} }
], ],