installer: add soft-serve
diff --git a/core/installer/values-tmpl/soft-serve.jsonschema b/core/installer/values-tmpl/soft-serve.jsonschema
new file mode 100644
index 0000000..8142797
--- /dev/null
+++ b/core/installer/values-tmpl/soft-serve.jsonschema
@@ -0,0 +1,10 @@
+{
+ "type": "object",
+ "properties": {
+ "Network": { "type": "string", "default": "Public", "role": "network" },
+ "Subdomain": { "type": "string", "default": "softserve" },
+ "AdminKey": { "type": "string" },
+ "SourcePort": { "type": "string", "default": "0" }
+ },
+ "additionalProperties": false
+}