Revert "Set GOMAXPROCS for etcd"

This commit is contained in:
Filip Grzadkowski 2015-05-13 17:53:04 +02:00
parent 67d576cf48
commit eecd7b8c0f

View File

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