Merge pull request #32398 from guettli/patch-3

align second yaml snippet to the first one
This commit is contained in:
Kubernetes Prow Robot 2022-03-22 18:29:58 -07:00 committed by GitHub
commit b901a31585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -240,13 +240,13 @@ The following manifest defines an Ingress that sends traffic to your Service via
following lines at the end:
```yaml
- path: /v2
pathType: Prefix
backend:
service:
name: web2
port:
number: 8080
- path: /v2
pathType: Prefix
backend:
service:
name: web2
port:
number: 8080
```
1. Apply the changes: