summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorandreer <andreer@oath.com>2018-12-12 13:04:00 +0100
committerandreer <andreer@oath.com>2018-12-12 13:05:49 +0100
commita2bec45d9b2b9ccc8a1c3a9a5b2bc44db58c8d53 (patch)
tree6a4ca2739a78bb36d958a7f36fe66e06e55a24b3 /controller-server/src/main/resources/configdefinitions
parentcf4ba9d201390e2fe24c8bb068aa4a39db474e92 (diff)
configure cost for self-hosted properties
Diffstat (limited to 'controller-server/src/main/resources/configdefinitions')
-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