Commit Graph

5 Commits

Author SHA1 Message Date
Ryan Heywood 5167cbc72b
Revert "k/ingress-nginx: use PROXY protocol"
This reverts commit 5131134c1d.

Well, that was a rather disappointing result. Turns out, DigitalOcean
adds PROXY lines to _all_ connections. I suppose that's to be expected.
However, what wasn't expected, was that ingress-nginx would only be
capable of handling them for HTTP/S traffic, and not TCP passthrough.
For that reason, we actually can't enable PROXY without instead using a
sidecar to eat the PROXY line.
2025-06-12 02:49:25 -04:00
Ryan Heywood 5131134c1d
k/ingress-nginx: use PROXY protocol 2025-06-12 02:43:30 -04:00
Ryan Heywood 2707ece971
bump ingress-nginx 2025-03-25 01:47:04 -04:00
ryan-distrust.co 6fa454652a
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
2023-05-14 15:05:55 -04:00
ryan-distrust.co fdcba6f75b
k/ingress-nginx: initial commit 2023-05-13 01:31:19 -04:00