From c7ed05d1e81e15602e89506833c69d6556f00f8f Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 28 Feb 2025 21:17:38 -0500 Subject: [PATCH] fix cloudflared --- system-apps/traefik/values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index 34563fa..13491fa 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -56,4 +56,10 @@ traefik: metrics: 0.0.0.0:2000 no-autoupdate: true credentials-file: /etc/cloudflared/creds/7e903099-1fbe-48d1-93ac-0922859851a9.json - loglevel: info \ No newline at end of file + loglevel: info + ingress: + - hostname: weyma-traefikcf2.infra.dubyatp.xyz + service: https://traefik:443 + originRequest: + noTLSVerify: true + - service: http_status:404 \ No newline at end of file