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 14, 2024
1 parent 9bbe210 commit fd70eec
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,5 +543,41 @@
}
}
}
},
{
"DisplayName": "Unity UI Application",
"Name": "unity-ui",
"Version": "0.0.1-beta",
"Channel": "beta",
"Owner": "UI/UX Team",
"Description": "A package to install and configure the Unity UI Application for your Unity Venue",
"Repository": "https://github.com/unity-sds/unity-ui-infra",
"Tags": [
"ui",
"navigation"
],
"Category": "ui",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-ui-infra.git#initial-marketplace-integration",
"ManagedDependencies": {},
"Backend": "terraform",
"WorkDirectory": "terraform-unity-ui",
"DefaultDeployment": {
"Variables": {
"some_terraform_variable": "some_value"
},
"EksSpec": {
"NodeGroups": [
{
"NodeGroup1": {
"MinNodes": 1,
"MaxNodes": 3,
"DesiredNodes": 2,
"InstanceType": "m4.large"
}
}
]
}
}
}
]

0 comments on commit fd70eec

Please sign in to comment.