From f926d1a4a7e87ac5c5b92d623bbf5869ca8d8692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sun, 26 Nov 2017 02:36:17 -0800 Subject: [PATCH] perlweb/static-misc: haproxy ingress --- ingress.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ingress.tmpl b/ingress.tmpl index 18d892d..506dea3 100644 --- a/ingress.tmpl +++ b/ingress.tmpl @@ -3,10 +3,8 @@ kind: Ingress metadata: name: static-misc annotations: - ingress.kubernetes.io/configuration-snippet: | - proxy_pass_header Server; kubernetes.io/tls-acme: "true" - kubernetes.io/ingress.class: nginx + kubernetes.io/ingress.class: haproxy {{- \$js := (json "ingress-hosts.json") }} {{- \$hosts := (\$js | pointer "/Hosts") }}