Generic README instructions related to the repo (#12792)

* Generic README instructions related to the repo

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Change repo in more commands

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Minor changes

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

* Revert URL removal

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-10-05 10:25:55 +02:00
committed by GitHub
parent 5c6213dfa0
commit 3cf6b10e10
122 changed files with 794 additions and 791 deletions

View File

@@ -7,12 +7,12 @@ HAProxy is a TCP proxy and a HTTP reverse proxy. It supports SSL termination and
[Overview of HAProxy](http://www.haproxy.org/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/haproxy
$ helm repo add my-repo https://charts.bitnami.com/bitnami
$ helm install my-release my-repo/haproxy
```
## Introduction
@@ -35,7 +35,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment
To install the chart with the release name `my-release`:
```console
helm install my-release bitnami/haproxy
helm install my-release my-repo/haproxy
```
The command deploys haproxy on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -191,7 +191,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
helm install my-release \
--set service.type=LoadBalancer \
bitnami/haproxy
my-repo/haproxy
```
The above command sets the HAProxy service type as LoadBalancer.
@@ -201,7 +201,7 @@ The above command sets the HAProxy service type as LoadBalancer.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
helm install my-release -f values.yaml bitnami/haproxy
helm install my-release -f values.yaml my-repo/haproxy
```
> **Tip**: You can use the default [values.yaml](values.yaml)