From 1cb40357eff77cf1ee7ee3a49215d1c13939fcac Mon Sep 17 00:00:00 2001 From: Luis Lopez Date: Thu, 27 Feb 2025 09:49:55 -0500 Subject: [PATCH] Indentation fix to L4 example --- examples/aws/elb-layer4-loadbalancer.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/aws/elb-layer4-loadbalancer.yaml b/examples/aws/elb-layer4-loadbalancer.yaml index 21cffa1c13..c359aa4c34 100644 --- a/examples/aws/elb-layer4-loadbalancer.yaml +++ b/examples/aws/elb-layer4-loadbalancer.yaml @@ -62,13 +62,13 @@ nginx-ingress: ## https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/service/annotations/#backend-protocol # Uncomment if terminating TLS at the NLB # service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "ssl" - config: - ## https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#proxy-real-ip-cidr - # Trusted VPC CIDR for the Load Balancer(s) - !! Review for your VPC - proxy-real-ip-cidr: 192.168.0.0/16 - ## https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#use-proxy-protocol - # Tell NGINX to Expect ProxyProtocol headers - use-proxy-protocol: "true" + config: + ## https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#proxy-real-ip-cidr + # Trusted VPC CIDR for the Load Balancer(s) - !! Review for your VPC + proxy-real-ip-cidr: 192.168.0.0/16 + ## https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#use-proxy-protocol + # Tell NGINX to Expect ProxyProtocol headers + use-proxy-protocol: "true" gitlab: gitlab-shell: ## https://docs.gitlab.com/ee/administration/operations/gitlab_sshd.html?tab=Helm+chart+%28Kubernetes%29#enable-gitlab-sshd -- GitLab