Browse Source

Removes errant word in docs that was breaking the build (#18804)

pull/18810/head
Melisa Griffin 1 year ago committed by GitHub
parent
commit
e6b3c26d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx

1
website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx

@ -155,7 +155,6 @@ You can specify the following strings:
* `trace`
### matchPrivilegedContainerPorts
```suggestion
Specifies a value that Consul adds to privileged ports defined in the gateway. Privileged ports are port numbers less than 1024 and some platforms, such as Red Hat OpenShift, explicitly configure Kubernetes to avoid running containers on privileged ports. The total value of the configured port number and the `matchPriviledgedContainerPorts` value must not exceed 65535, which is the highest possible TCP port number allowed.
for gateway containers
* Type: Integer

Loading…
Cancel
Save