# Accès public HTTPS — openwebui.funklab.online (cert Let's Encrypt auto). # Route interne openwebui.lab.local conservée (non destructif). apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: open-webui-public namespace: ai spec: entryPoints: - websecure routes: - match: Host(`openwebui.funklab.online`) kind: Rule middlewares: - name: security-headers namespace: infra - name: ratelimit namespace: infra services: - name: open-webui port: 8080 tls: certResolver: letsencrypt