Skip to content

Commit

Permalink
Merge pull request #24 from unity-sds/add_latest
Browse files Browse the repository at this point in the history
Adds  links for the default MC applications
  • Loading branch information
jdrodjpl authored Feb 13, 2025
2 parents d1060b4 + 821d681 commit de58c23
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 4 deletions.
1 change: 0 additions & 1 deletion applications/unity-apigateway/latest

This file was deleted.

32 changes: 32 additions & 0 deletions applications/unity-apigateway/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"DisplayName": "Unity API Gateway",
"Name": "unity-apigateway",
"Version": "0.4",
"Channel": "beta",
"Owner": "U-CS Team",
"Description": "A package to install and configure an API gateway for your Unity Venue",
"Repository": "https://github.com/unity-sds/unity-cs-infra/",
"Tags": [
"api",
"http",
"rest"
],
"Category": "system",
"IamRoles": {
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:CreateInstanceProfile"
],
"Resource": [
"arn:aws:iam::<account_id>:instance-profile/eksctl*"
]
}
]
},
"Package": "https://github.com/unity-sds/unity-cs-infra",
"Backend": "terraform",
"WorkDirectory": "terraform-project-api-gateway_module",
"DefaultDeployment": {}
}
1 change: 0 additions & 1 deletion applications/unity-cs-monitoring-lambda/latest

This file was deleted.

20 changes: 20 additions & 0 deletions applications/unity-cs-monitoring-lambda/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"DisplayName": "Unity Health Status Monitoring",
"Name": "unity-cs-monitoring-lambda",
"Version": "0.1",
"Channel": "beta",
"Owner": "Brandon Hargitay",
"Description": "Monitor the health of various Unity resources",
"Repository": "https://github.com/unity-sds/unity-cs-monitoring-lambda",
"Tags": [
"monitor",
"health"
],
"Category": "system",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-cs-monitoring-lambda",
"Backend": "terraform",
"ManagedDependencies": {},
"DefaultDeployment": {},
"WorkDirectory": "terraform-unity"
}
1 change: 0 additions & 1 deletion applications/unity-proxy/latest

This file was deleted.

20 changes: 20 additions & 0 deletions applications/unity-proxy/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"DisplayName": "Unity Proxy",
"Name": "unity-proxy",
"Version": "0.14",
"Channel": "beta",
"Owner": "Tom Barber",
"Description": "The Unity HTTPD Proxy package",
"Repository": "https://github.com/unity-sds/unity-proxy",
"Tags": [
"proxy",
"httpd"
],
"Category": "system",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-proxy",
"Backend": "terraform",
"ManagedDependencies": {},
"DefaultDeployment": {},
"WorkDirectory": "terraform-unity"
}
1 change: 0 additions & 1 deletion applications/unity-ui/latest

This file was deleted.

33 changes: 33 additions & 0 deletions applications/unity-ui/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"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",
"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 de58c23

Please sign in to comment.