File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/application-gateway/for-containers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services: application-gateway
5
5
author : greg-lindsay
6
6
ms.service : azure-appgw-for-containers
7
7
ms.topic : how-to
8
- ms.date : 11/18/2024
8
+ ms.date : 3/7/2025
9
9
ms.author : greglin
10
10
---
11
11
@@ -29,7 +29,7 @@ More details on cert-manager and Let's Encrypt with AKS in general may be found
29
29
Apply the following deployment.yaml file on your cluster to create a sample web application to demonstrate the header rewrite.
30
30
31
31
``` bash
32
- kubectl apply -f https://learn.microsoft .com/azure/application-gateway/for-containers/examples/traffic-split-scenario/deployment.yaml
32
+ kubectl apply -f https://raw.githubusercontent .com/MicrosoftDocs/ azure-docs/refs/heads/main/articles /application-gateway/for-containers/examples/traffic-split-scenario/deployment.yaml
33
33
```
34
34
35
35
This command creates the following on your cluster:
@@ -175,7 +175,7 @@ helm install \
175
175
cert-manager jetstack/cert-manager \
176
176
--namespace cert-manager \
177
177
--create-namespace \
178
- --version v1.16.0 \
178
+ --version v1.17.1 \
179
179
--set config.enableGatewayAPI=true \
180
180
--set crds.enabled=true
181
181
```
You can’t perform that action at this time.
0 commit comments