Skip to content

Commit 05f32ab

Browse files
authored
Merge pull request #106485 from Tej-Singh-Rana/tej-patch-1
Fixed the YAML
2 parents 5bcebb0 + 36d49c9 commit 05f32ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/ingress-basic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ To see the ingress controller in action, run two demo applications in your AKS c
318318
spec:
319319
type: ClusterIP
320320
ports:
321-
- port: 80
321+
- port: 80
322322
selector:
323323
app: aks-helloworld-one
324324
```
@@ -356,7 +356,7 @@ To see the ingress controller in action, run two demo applications in your AKS c
356356
spec:
357357
type: ClusterIP
358358
ports:
359-
- port: 80
359+
- port: 80
360360
selector:
361361
app: aks-helloworld-two
362362
```
@@ -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)