mirror of
https://github.com/status-im/consul.git
synced 2025-02-17 08:07:35 +00:00
Update website/content/docs/api-gateway/install.mdx
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
parent
ba0135808c
commit
05ca89c169
@ -68,17 +68,17 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re
|
|||||||
|
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab heading="Helm">
|
<Tab heading="Helm">
|
||||||
Add the HashiCorp Helm repository.
|
|
||||||
|
|
||||||
```shell-session
|
Add the HashiCorp Helm repository.
|
||||||
$ helm repo add hashicorp https://helm.releases.hashicorp.com
|
|
||||||
```
|
|
||||||
|
|
||||||
Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file.
|
```shell-session
|
||||||
|
$ helm repo add hashicorp https://helm.releases.hashicorp.com
|
||||||
|
```
|
||||||
|
Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file.
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
|
$ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
|
||||||
```
|
```
|
||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user