From c9d0dc785fd7a782c0b96dddd876db774d43ed4f Mon Sep 17 00:00:00 2001 From: djeinstine Date: Fri, 24 Jan 2025 12:55:39 +0100 Subject: [PATCH] Update docs/configs/kubernetes.md Co-authored-by: Brett Dudo --- docs/configs/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/kubernetes.md b/docs/configs/kubernetes.md index 8d105ec0..4a151e89 100644 --- a/docs/configs/kubernetes.md +++ b/docs/configs/kubernetes.md @@ -151,7 +151,7 @@ If the `href` attribute is not present, Homepage will ignore the specific Ingres ### 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