Skip to content

Commit d71e586

Browse files
committed
more YAML
1 parent cb59b2e commit d71e586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/app-routing-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Azure CLI version `2.49.0` or later. If you haven't yet, follow the instructions
4949
service:
5050
name: aks-helloworld
5151
port:
52-
number: 80
52+
number: 80
5353
```
5454
5555
After you've properly updated, the same configuration will look like the following:
@@ -71,7 +71,7 @@ Azure CLI version `2.49.0` or later. If you haven't yet, follow the instructions
7171
service:
7272
name: aks-helloworld
7373
port:
74-
number: 80
74+
number: 80
7575
```
7676
7777
3. Update the ingress controller's IP (such as in DNS records) with the new IP address. You can find the new IP by using `kubectl get`. For example:

0 commit comments

Comments
 (0)