Skip to content

Commit a8615b9

Browse files
tick
1 parent 42e847f commit a8615b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/how-to-ssl-offloading-ingress-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: greglin
77
ms.service: application-gateway
88
ms.subservice: appgw-for-containers
99
ms.topic: how-to
10-
ms.date: 07/24/2023
10+
ms.date: 08/09/2023
1111
ms.author: greglin
1212
---
1313

@@ -173,7 +173,7 @@ status:
173173
Now we're ready to send some traffic to our sample application, via the FQDN assigned to the frontend. Use the command below to get the FQDN.
174174
175175
```bash
176-
fqdn=$(kubectl get ingress ingress-01 -n test-infra -o jsonpath='{.status.loadBalancer.ingress[0].hostname}'')
176+
fqdn=$(kubectl get ingress ingress-01 -n test-infra -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
177177
```
178178

179179
Curling this FQDN should return responses from the backend as configured on the HTTPRoute.

0 commit comments

Comments
 (0)