You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
781 B
28 lines
781 B
{
|
|
"applications": {
|
|
"BookStore.HttpApi.Host": {
|
|
"type": "dotnet-project",
|
|
"launchUrl": "https://localhost:44318",
|
|
"path": "../../../src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj",
|
|
"kubernetesService": ".*-httpapihost$",
|
|
"healthCheckEndpoint": "/health-status",
|
|
"healthUiEndpoint": "/health-ui",
|
|
"execution": {
|
|
"order": 4
|
|
}
|
|
},
|
|
"BookStore.Blazor": {
|
|
"type": "dotnet-project",
|
|
"launchUrl": "https://localhost:44376",
|
|
"path": "../../../src/BookStore.Blazor/BookStore.Blazor.csproj",
|
|
"healthCheckEndpoint": "/",
|
|
"kubernetesService": ".*-blazor$",
|
|
"execution": {
|
|
"order": 2
|
|
}
|
|
}
|
|
},
|
|
"containers": {
|
|
"serviceName": "BookStore-Containers",
|
|
}
|
|
}
|