Verified Commit 3dfb2615 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Enable PROXY protocol for TCP passthrough at the ingress

parent 51cdeff1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ kind: TransportServer
metadata:
  name: smtp
spec:
  serverSnippets: |
    proxy_protocol on;
  listener:
    name: smtp
    protocol: TCP
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ kind: TransportServer
metadata:
  name: submission
spec:
  serverSnippets: |
    proxy_protocol on;
  listener:
    name: submission
    protocol: TCP
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ kind: TransportServer
metadata:
  name: submissions
spec:
  serverSnippets: |
    proxy_protocol on;
  listener:
    name: submissions
    protocol: TCP