diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index e0061e346f..4f7234a225 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -159,11 +159,11 @@ Specifies the ingress methods for a service. * Required: optional You can specify the following strings: -* `ClusterIP`: Gateway will only be accessible from inside the cluster -* `NodePort`: Gateway will be exposed on each Kubernetes node at a static port -* `LoadBalancer`: Gateway will be exposed to external traffic by a load balancer +* `ClusterIP`: The gateway is only accessible from inside the cluster. +* `NodePort`: The gateway is exposed on each Kubernetes node at a static port. +* `LoadBalancer`: The gateway is exposed to external traffic by a load balancer. -For more on Kubernetes services, see [Publishing Services](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) +For more on Kubernetes services, see [Publishing Services](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types). ### useHostPorts If set to `true`, then the Envoy container ports are mapped to host ports.