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
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
- pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: exampleService
|
||||
port:
|
||||
|
|
Loading…
Reference in a new issue