summaryrefslogtreecommitdiffstats
path: root/node-admin/configserver-app/node-flavors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/configserver-app/node-flavors.xml')
-rw-r--r--node-admin/configserver-app/node-flavors.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/node-admin/configserver-app/node-flavors.xml b/node-admin/configserver-app/node-flavors.xml
deleted file mode 100644
index d1892edddb3..00000000000
--- a/node-admin/configserver-app/node-flavors.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<config name="config.provisioning.flavors">
- <flavor>
- <item>
- <!-- Note: This flavor does NOT match the production 'docker' flavor -->
- <name>docker</name>
- <environment>DOCKER_CONTAINER</environment>
- <minCpuCores>1.0</minCpuCores>
- <minMainMemoryAvailableGb>3.0</minMainMemoryAvailableGb>
- <minDiskAvailableGb>10.0</minDiskAvailableGb>
- <description>DOCKER_CONTAINER with 1.0 CPUs, 3.0 Gb memory and 10.0 Gb disk</description>
- </item>
- </flavor>
-</config>
-