Merge pull request #1150 from mbssaiakhil/patch-2

Fix Minor Typo in Customize the HAProxy configuration
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-16 18:34:33 -03:00 committed by GitHub
commit 6d1b2987eb

View file

@ -1,6 +1,6 @@
# Customize the HAProxy configuration # Customize the HAProxy configuration
This example use a [ConfigMap](https://kubernetes.io/docs/user-guide/configmap/) to customize the HAProxy configuration. This example uses a [ConfigMap](https://kubernetes.io/docs/user-guide/configmap/) to customize the HAProxy configuration.
## Prerequisites ## Prerequisites
@ -34,4 +34,4 @@ The only difference from the deployment instructions is the --configmap paramete
If the Configmap it is updated, HAProxy will be reloaded with the new configuration. If the Configmap it is updated, HAProxy will be reloaded with the new configuration.
Check all the config options in the [HAProxy Ingress docs](https://github.com/jcmoraisjr/haproxy-ingress#configmap) Check all the config options in the [HAProxy Ingress docs](https://github.com/jcmoraisjr/haproxy-ingress#configmap)