Skip to content

Commit 36d49c9

Browse files
Fixed the YAML
1 parent 80b2ee7 commit 36d49c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/ingress-basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ In the following example, traffic to *EXTERNAL_IP/hello-world-one* is routed to
388388
spec:
389389
ingressClassName: nginx
390390
rules:
391-
- http:
391+
- http:
392392
paths:
393393
- path: /hello-world-one(/|$)(.*)
394394
pathType: Prefix
@@ -422,7 +422,7 @@ In the following example, traffic to *EXTERNAL_IP/hello-world-one* is routed to
422422
spec:
423423
ingressClassName: nginx
424424
rules:
425-
- http:
425+
- http:
426426
paths:
427427
- path: /static(/|$)(.*)
428428
pathType: Prefix

0 commit comments

Comments
 (0)