Skip to content

Commit 80b2ee7

Browse files
Fixed the YAML
1 parent 3871f21 commit 80b2ee7

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
@@ -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
```

0 commit comments

Comments
 (0)