Skip to content

Commit

Permalink
docs: move helm chart readme docs position
Browse files Browse the repository at this point in the history
Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
  • Loading branch information
yuluo-yx committed May 14, 2024
1 parent b0cc245 commit d3d772c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions site/content/en/latest/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ weight = -100

Envoy Gateway can be installed via a Helm chart with a few simple steps, depending on if you are deploying for the first time, upgrading Envoy Gateway from an existing installation, or migrating from Envoy Gateway.

You can get more information by referring to [README.md](https://github.com/envoyproxy/gateway/blob/main/charts/gateway-helm/README.md).

## Before you begin

{{% alert title="Compatibility Matrix" color="warning" %}}
Expand Down Expand Up @@ -63,7 +61,11 @@ consideration when debugging.

## Helm chart customizations

Some of the quick ways of using the helm install command for envoy gateway installation are below.
Some of the quick ways of using the helm install command for envoy gateway installation are below.

{{% alert title="Helm Chart Values" color="primary" %}}
If you want to know all the available fields inside the values.yaml file, please see the [Helm Chart Values](../api).
{{% /alert %}}

### Increase the replicas

Expand Down Expand Up @@ -116,10 +118,6 @@ You can use the below command to install the envoy gateway using values.yaml fil
helm install eg oci://docker.io/envoyproxy/gateway-helm --version v0.0.0-latest -n envoy-gateway-system --create-namespace -f values.yaml
```

{{% alert title="Helm Chart Values" color="primary" %}}
If you want to know all the available fields inside the values.yaml file, please see the [Helm Chart Values](../api).
{{% /alert %}}

## Open Ports

These are the ports used by Envoy Gateway and the managed Envoy Proxy.
Expand Down

0 comments on commit d3d772c

Please sign in to comment.