Skip to content

Commit

Permalink
Update docs to add the installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulagarwal authored and JAORMX committed May 10, 2023
1 parent 3cfe071 commit ed47a5f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ This is a helm chart that deploys a [Krakend](https://www.krakend.io/) instance.
A Helm chart for deploying krakend.io in Kubernetes provided
and maintained by your friends at Equinix Metal

## Installation

* Add the Equinix Metal helm repository
```bash
helm repo add equinixmetal https://helm.equinixmetal.com
```

* Install the helm chart using default values
```bash
helm install krakend equinixmetal/krakend
```

> If you are using your own chart, reference the following to your chart's dependencies:
> ```yaml
> dependencies:
> - name: krakend
> version: v0.1.16
> repository: "https://helm.equinixmetal.com"
> ```
## Usage
There are two main modes of operation:
Expand Down Expand Up @@ -142,4 +162,4 @@ extraVolumes:
secretName: krakend-license
```
Note the mount of the license file in the `/etc/krakend/LICENSE` path.
Note the mount of the license file in the `/etc/krakend/LICENSE` path.
22 changes: 21 additions & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ This is a helm chart that deploys a [Krakend](https://www.krakend.io/) instance.

{{ template "chart.description" . }}

## Installation

* Add the Equinix Metal helm repository
```bash
helm repo add equinixmetal https://helm.equinixmetal.com
```

* Install the helm chart using default values
```bash
helm install krakend equinixmetal/krakend
```

> If you are using your own chart, reference the following to your chart's dependencies:
> ```yaml
> dependencies:
> - name: krakend
> version: v0.1.16
> repository: "https://helm.equinixmetal.com"
> ```

## Usage

There are two main modes of operation:
Expand Down Expand Up @@ -90,4 +110,4 @@ extraVolumes:
secretName: krakend-license
```

Note the mount of the license file in the `/etc/krakend/LICENSE` path.
Note the mount of the license file in the `/etc/krakend/LICENSE` path.

0 comments on commit ed47a5f

Please sign in to comment.