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.
18 lines
455 B
18 lines
455 B
{
|
|
"applications": {
|
|
"BookStore.Blazor": {
|
|
"type": "dotnet-project",
|
|
"launchUrl": "https://localhost:44322",
|
|
"path": "../../../src/BookStore.Blazor/BookStore.Blazor.csproj",
|
|
"kubernetesService": ".*-blazorserver$",
|
|
"healthCheckEndpoint": "/health-status",
|
|
"healthUiEndpoint": "/health-ui",
|
|
"execution": {
|
|
"order": 2
|
|
}
|
|
}
|
|
},
|
|
"containers": {
|
|
"serviceName": "BookStore-Containers",
|
|
}
|
|
}
|