Update website/content/docs/k8s/connect/ingress-gateways.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
parent
321e20af13
commit
6cc451bd7f
|
@ -78,7 +78,10 @@ spec:
|
|||
services:
|
||||
- name: static-server
|
||||
```
|
||||
~> **Note:** The value in the 'name' field for ingressgateway must match the name used in the helm chart. For example, in the above YAML, the name ingress-gateway" is the same name used in the helm chart YAML configuration.
|
||||
~> **Note:** The 'name' field for the IngressGateway resource must match the name
|
||||
specified when creating the gateway in the Helm chart. In the above example, the
|
||||
name "ingress-gateway" is the [default name](https://www.consul.io/docs/k8s/helm#v-ingressgateways-gateways-name)
|
||||
used by the Helm chart when enabling ingress gateways.
|
||||
|
||||
Apply the `IngressGateway` resource with `kubectl apply`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue