Skip to content

Commit

Permalink
Fix url typos (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel authored Dec 7, 2022
1 parent 8ca6ef5 commit 7943456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10-workload.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Deploy the Workload (ASP.NET Core Docker web app)

The cluster now has an [Traefik configured with a TLS certificate](./08-secret-management-and-ingress-controller.md). The last step in the process is to deploy the workload, which will demonstrate the system's functions.
The cluster now has an [Traefik configured with a TLS certificate](./09-secret-management-and-ingress-controller.md). The last step in the process is to deploy the workload, which will demonstrate the system's functions.

## Steps

> :book: The Contoso app team is about to conclude this journey, but they need an app to test their new infrastructure. For this task they've picked out the venerable [ASP.NET Core Docker sample web app](https://github.com/dotnet/dotnet-docker/tree/master/samples/aspnetapp).
> :book: The Contoso app team is about to conclude this journey, but they need an app to test their new infrastructure. For this task they've picked out the venerable [ASP.NET Core Docker sample web app](https://github.com/dotnet/dotnet-docker/tree/main/samples/aspnetapp).
1. Customize the host name of the Ingress resource to match your custom domain. _(You can skip this step if domain was left as contoso.com.)_

Expand Down

0 comments on commit 7943456

Please sign in to comment.