second yaml snippet was not alligned to first one
This snippet had less indentation then the previous. Now the second path is aligned to the second path
This commit is contained in:
parent
a20d85c1ea
commit
2176c33e62
|
@ -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