Merge pull request #32398 from guettli/patch-3
align second yaml snippet to the first one
This commit is contained in:
commit
b901a31585
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue