Fix linting issues
This commit is contained in:
parent
01e30f2ecb
commit
9b06761964
@ -148,6 +148,7 @@ spec:
|
||||
If the `href` attribute is not present, Homepage will ignore the specific IngressRoute.
|
||||
|
||||
### Gateway API HttpRoute support
|
||||
|
||||
Homepage also features automatic service discovery for gateway-api. Service definitions are read by annotating the HttpRoute custom resource definition and are indentical to the Ingress example as defined in [Automatic Service Discovery](#automatic-service-discovery).
|
||||
|
||||
## Caveats
|
||||
|
||||
@ -25,8 +25,8 @@ const extractKubeData = (config) => {
|
||||
|
||||
return {
|
||||
config: kc,
|
||||
route: route,
|
||||
traefik: traefik,
|
||||
route,
|
||||
traefik,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user