From 4d04b54f6446f8188f284262d55be1458424f28c Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Sun, 28 Sep 2025 15:26:58 -0700 Subject: [PATCH] Fixes open webui configuration. --- apps/open-webui/ingress.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/open-webui/ingress.yaml b/apps/open-webui/ingress.yaml index 2f68129..2af0ff8 100644 --- a/apps/open-webui/ingress.yaml +++ b/apps/open-webui/ingress.yaml @@ -4,11 +4,12 @@ kind: Ingress metadata: name: open-webui annotations: - external-dns.alpha.kubernetes.io/target: "{{ .apps.openWebui.domain }}" + external-dns.alpha.kubernetes.io/target: {{ .cloud.domain }} external-dns.alpha.kubernetes.io/cloudflare-proxied: "false" + traefik.ingress.kubernetes.io/router.middlewares: crowdsec-crowdsec-bouncer@kubernetescrd,crowdsec-rate-limit@kubernetescrd spec: rules: - - host: "{{ .apps.openWebui.domain }}" + - host: {{ .apps.open-webui.domain }} http: paths: - path: / @@ -21,4 +22,4 @@ spec: tls: - secretName: wildcard-wild-cloud-tls hosts: - - "{{ .apps.openWebui.domain }}" \ No newline at end of file + - {{ .apps.open-webui.domain }} \ No newline at end of file