From 6fa454652aeee02797e10f7740aea4e5fafd1104 Mon Sep 17 00:00:00 2001 From: "ryan-distrust.co" Date: Sun, 14 May 2023 15:05:49 -0400 Subject: [PATCH] k/ingress-nginx: disable proxy protocol this is done because otherwise cluster internal traffic will not work due to kube-proxy short circuiting and nginx requiring either every request, or no request, use proxy protocol --- kustomizations/ingress-nginx/controller/resources.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kustomizations/ingress-nginx/controller/resources.yaml b/kustomizations/ingress-nginx/controller/resources.yaml index 0f47d03..63eff93 100644 --- a/kustomizations/ingress-nginx/controller/resources.yaml +++ b/kustomizations/ingress-nginx/controller/resources.yaml @@ -100,11 +100,6 @@ spec: apiVersion: v1 kind: Service metadata: - annotations: - # NOTE: This is DigitalOcean specific and should be changed if using - # another cloud provider - # See: configmap.yaml - service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true" name: ingress-nginx-controller spec: ports: