Skip to content

Commit c33671b

Browse files
authored
Merge pull request #28 from Irish-Life-Platforms-Academy-2025/cshaigh-patch-1
Update 3-Deploy-Thomasthorntoncloud-App.md
2 parents 2239063 + 25429f6 commit c33671b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

4-kubernetes_manifest/3-Deploy-Thomasthorntoncloud-App.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this lab, you'll deploy the Thomasthorntoncloud app to your Azure Kubernetes
1414

1515
1. **Navigate to the Kubernetes Manifest Directory**
1616
```bash
17-
cd kubernetes_manifest
17+
cd 4-kubernetes_manifest
1818
```
1919
2. Deploy the Application Components
2020

@@ -25,11 +25,11 @@ In this lab, you'll deploy the Thomasthorntoncloud app to your Azure Kubernetes
2525

2626
- Install ALB Controller:
2727
```bash
28-
./scripts/1-install-alb-controller.sh
28+
./scripts/1-alb-controller-install-k8s.sh
2929
```
3030
- Install Gateway API resources:
3131
```bash
32-
./scripts/2-install-gateway-api.sh
32+
./scripts/2-gateway-api-resources.sh
3333
```
3434

3535
3. **Verify Deployment**

0 commit comments

Comments
 (0)