Fix ingress module a syntax error (#8129)
This commit is contained in:
parent
a17181e43e
commit
d8c9a6c238
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ spec:
|
|||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service
|
||||
service:
|
||||
name: nginx
|
||||
port:
|
||||
number: 80
|
||||
|
|
Loading…
Reference in a new issue