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