Fixes open webui configuration.
This commit is contained in:
@@ -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 }}"
|
||||
- {{ .apps.open-webui.domain }}
|
||||
Reference in New Issue
Block a user