Skip to content

Commit a6d36fc

Browse files
authored
Add clarifying comment to service template (#4321)
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.
1 parent 668d4fb commit a6d36fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/nginx-gateway-fabric/templates/service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This is the control plane Service for internal communication with the data plane.
2+
# To get an NGINX LoadBalancer Service, create a Gateway resource once NGINX Gateway Fabric is installed.
13
apiVersion: v1
24
kind: Service
35
metadata:

0 commit comments

Comments
 (0)