mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Unify homelab proxies
This commit is contained in:
14
apps/prod/homelab-proxy/chatui-ingress.yaml
Normal file
14
apps/prod/homelab-proxy/chatui-ingress.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user