[zh]Fix format

This commit is contained in:
wei.wang
2022-04-24 03:30:33 +08:00
parent cbc2234938
commit 15926508f3
3 changed files with 10 additions and 9 deletions
@@ -357,13 +357,13 @@ The following manifest defines an Ingress that sends traffic to your Service via
```yaml
- path: /v2
pathType: Prefix
backend:
service:
name: web2
port:
number: 8080
- path: /v2
pathType: Prefix
backend:
service:
name: web2
port:
number: 8080
```
<!--