Skip to content

Commit 3e3b2d1

Browse files
authored
Merge pull request #119414 from naepflin/patch-1
Fix syntax errors
2 parents b5dd772 + 68f3364 commit 3e3b2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/operator-best-practices-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ spec:
129129
paths:
130130
- path: /blog
131131
backend:
132-
service
132+
service:
133133
name: blogservice
134134
port: 80
135135
- path: /store
136136
backend:
137-
service
137+
service:
138138
name: storeservice
139139
port: 80
140140
```

0 commit comments

Comments
 (0)