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.
|
If the `href` attribute is not present, Homepage will ignore the specific IngressRoute.
|
||||||
|
|
||||||
### Gateway API HttpRoute support
|
### 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).
|
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
|
## Caveats
|
||||||
|
|||||||
@ -25,8 +25,8 @@ const extractKubeData = (config) => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
config: kc,
|
config: kc,
|
||||||
route: route,
|
route,
|
||||||
traefik: traefik,
|
traefik,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user