aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions/self-hosted-cost.def
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/main/resources/configdefinitions/self-hosted-cost.def')
-rw-r--r--controller-server/src/main/resources/configdefinitions/self-hosted-cost.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller-server/src/main/resources/configdefinitions/self-hosted-cost.def b/controller-server/src/main/resources/configdefinitions/self-hosted-cost.def
new file mode 100644
index 00000000000..059af1558a4
--- /dev/null
+++ b/controller-server/src/main/resources/configdefinitions/self-hosted-cost.def
@@ -0,0 +1,7 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=vespa.hosted.controller.restapi.cost.config
+
+properties[].name string
+properties[].cpuCores int
+properties[].memoryGb int
+properties[].diskGb int \ No newline at end of file