Skip to content
Snippets Groups Projects
Verified Commit 36f4d4de authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(terraform): Also add template change for ports deprecation

parent a1f99792
No related branches found
No related tags found
No related merge requests found
......@@ -112,23 +112,6 @@ listen l2
timeout client 180s
timeout server 180s
server srv1-https ingress-proxy-protocol.k8s01.si-infra.de:443 check inter 5s send-proxy-v2
listen submissions
bind 0.0.0.0:465
bind :::465
mode tcp
timeout connect 4s
timeout client 180s
timeout server 180s
server srv1-submissions smtp.k8s01.si-infra.de:465
listen imaps
bind 0.0.0.0:993
bind :::993
mode tcp
timeout connect 4s
timeout client 180s
timeout server 180s
server srv1-imaps imap.k8s01.si-infra.de:993 check inter 5s
EOF
systemctl enable --now haproxy.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment