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:
Thomas Güttler 2022-03-21 21:15:38 +01:00 committed by GitHub
parent a20d85c1ea
commit 2176c33e62
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: 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: