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
This commit is contained in:
ryan-distrust.co 2023-05-14 15:05:49 -04:00
parent fdcba6f75b
commit 6fa454652a
Signed by untrusted user who does not match committer: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 0 additions and 5 deletions

View File

@ -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: