diff --git a/manifest.json b/manifest.json index 40cb346..71d89fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ [ { - "Name": "sample application", + "Name": "unity-reference-application", "Version": "0.1-beta", "Channel": "beta", "Owner": "Tom Barber", @@ -24,7 +24,7 @@ } ] }, - "Package": "http://github.com/path/to/package.zip", + "Package": "https://github.com/unity-sds/unity-reference-application.git", "ManagedDependencies": [ { "Eks": { @@ -33,23 +33,7 @@ } ], "Backend": "terraform", - "DefaultDeployment": { - "Variables": { - "some_terraform_variable": "some_value" - }, - "EksSpec": { - "NodeGroups": [ - { - "NodeGroup1": { - "MinNodes": 1, - "MaxNodes": 10, - "DesiredNodes": 4, - "InstanceType": "m6.large" - } - } - ] - } - } + "DefaultDeployment": {} }, { "DisplayName": "Unity API Gateway",