Merge pull request #32398 from guettli/patch-3
align second yaml snippet to the first one
This commit is contained in:
@@ -240,13 +240,13 @@ The following manifest defines an Ingress that sends traffic to your Service via
|
|||||||
following lines at the end:
|
following lines at the end:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- path: /v2
|
- path: /v2
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: web2
|
name: web2
|
||||||
port:
|
port:
|
||||||
number: 8080
|
number: 8080
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Apply the changes:
|
1. Apply the changes:
|
||||||
|
|||||||
Reference in New Issue
Block a user