Files
dev-cluster/apps/prod/homelab-proxy/chatui-ingress.yaml
2025-08-08 21:07:25 +02:00

14 lines
279 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: chat-ui-ingress
namespace: chat-ui
spec:
entryPoints:
- websecure
routes:
- match: Host(`${CHATUI_DOMAIN}`)
kind: Rule
services:
- name: chat-ui-proxy
port: ${CHATUI_INTERNAL_PORT}