mirror of https://github.com/status-im/consul.git
Update ingress-gateways.mdx
Updated a note in the ingress-gateway YAML that the ingress gateway name must match with what's configured in the helm chart
This commit is contained in:
parent
b0657973f2
commit
d4d62a5667
|
@ -78,6 +78,7 @@ 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.
|
||||
|
||||
Apply the `IngressGateway` resource with `kubectl apply`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue