summaryrefslogtreecommitdiffstats
path: root/node-admin/configserver-app/node-flavors.xml
blob: d1892edddb3d7a8d03a87d6d1db7942816934bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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>