mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
14 lines
265 B
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
|