Fix linting issues

This commit is contained in:
djeinstine 2024-11-13 09:03:39 +00:00
parent 01e30f2ecb
commit 9b06761964
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -25,8 +25,8 @@ const extractKubeData = (config) => {
return {
config: kc,
route: route,
traefik: traefik,
route,
traefik,
};
};