From c95511e83e0e906aa9c1d8138d72ae87eccc34fd Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Thu, 3 Feb 2022 08:30:12 +0100 Subject: [PATCH] DOC: fix typos and syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65cd157..17d4b79 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@ ### Linode -ProxyProtocol needs to be enabled for ingress-nginx to see the clients IP in ingress log. +PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log. -Add the ProxyProtocol annotation to the ingress-nginx service: +Add the PROXY protocol annotation to the ingress-nginx service: ``` annotations: service.beta.kubernetes.io/linode-loadbalancer-proxy-protocol: v2 ``` -Update the ingress-nginx ConfigMap to make nginx expect ProxyProtocol data: +Update the ingress-nginx ConfigMap to make nginx expect PROXY protocol data: ``` data: