Minor fix for missing pathType property (#8244)
This commit is contained in:
parent
d5772069e8
commit
527361c8eb
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ An example Ingress that makes use of the controller:
|
||||||
- host: www.example.com
|
- host: www.example.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- pathType: Prefix
|
||||||
|
backend:
|
||||||
service:
|
service:
|
||||||
name: exampleService
|
name: exampleService
|
||||||
port:
|
port:
|
||||||
|
|
Loading…
Reference in a new issue