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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user