Skip to content

Commit 68f3364

Browse files
authored
Fix syntax errors
1 parent 0328b95 commit 68f3364

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)