Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 1, 2024
1 parent a65f6a0 commit b36dbb5
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"Name": "sample application",
"Name": "unity-reference-application",
"Version": "0.1-beta",
"Channel": "beta",
"Owner": "Tom Barber",
Expand All @@ -24,7 +24,7 @@
}
]
},
"Package": "http://github.com/path/to/package.zip",
"Package": "https://github.com/unity-sds/unity-reference-application.git",
"ManagedDependencies": [
{
"Eks": {
Expand All @@ -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",
Expand Down

0 comments on commit b36dbb5

Please sign in to comment.