Fixes open webui configuration.
This commit is contained in:
@@ -4,11 +4,12 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: open-webui
|
name: open-webui
|
||||||
annotations:
|
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"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: crowdsec-crowdsec-bouncer@kubernetescrd,crowdsec-rate-limit@kubernetescrd
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: "{{ .apps.openWebui.domain }}"
|
- host: {{ .apps.open-webui.domain }}
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
@@ -21,4 +22,4 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
- secretName: wildcard-wild-cloud-tls
|
- secretName: wildcard-wild-cloud-tls
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ .apps.openWebui.domain }}"
|
- {{ .apps.open-webui.domain }}
|
||||||
Reference in New Issue
Block a user