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

14 lines
265 B
YAML

apiVersion: v1
kind: Service
metadata:
name: chat-ui-proxy
namespace: chat-ui
annotations:
tailscale.com/tailnet-fqdn: ${CHATUI_TAILNET_FQDN}
spec:
type: ExternalName
externalName: placeholder
ports:
- port: ${CHATUI_INTERNAL_PORT}
name: http