From 5ce1364d4b2bf81bdeb98b2e794e44400d5ee7ea Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sat, 24 Jun 2023 09:27:22 -0500 Subject: [PATCH] add wildcard for werts into haproxy ingress --- cloudflared/application.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cloudflared/application.yaml b/cloudflared/application.yaml index c64f0fd..7cd1810 100644 --- a/cloudflared/application.yaml +++ b/cloudflared/application.yaml @@ -45,11 +45,8 @@ spec: service: http://172.16.18.1:5000 originRequest: noTLSVerify: true - - hostname: werts.us - # static site hosted in minio. needs host header set to load correct bucket. - service: http://172.16.18.1:53713 - originRequest: - httpHostHeader: werts.us.minio.strudelline.net + - hostname: '*.werts.us' + service: http://haproxy-ingress.haproxy-ingress.svc.cluster.local:81 - hostname: hello.werts.us service: hello_world - service: http_status:404