From 0c51e338163319eb79e5e6687d43c091fb87b080 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Thu, 20 Nov 2025 08:15:49 -0700 Subject: [PATCH] Add clarifying comment to service template Problem: There has been some confusion around the NGF service that gets deployed at installation time. Solution: Clarify that this is NOT the NGINX Service. --- charts/nginx-gateway-fabric/templates/service.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/nginx-gateway-fabric/templates/service.yaml b/charts/nginx-gateway-fabric/templates/service.yaml index faa3b45970..988398d421 100644 --- a/charts/nginx-gateway-fabric/templates/service.yaml +++ b/charts/nginx-gateway-fabric/templates/service.yaml @@ -1,3 +1,5 @@ +# This is the control plane Service for internal communication with the data plane. +# To get an NGINX LoadBalancer Service, create a Gateway resource once NGINX Gateway Fabric is installed. apiVersion: v1 kind: Service metadata: