Files
dev-cluster/apps/base/chat-ui-proxy/service.yaml

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