mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-24 17:44:23 +00:00
Add kustomization, namespace, and service configurations for chat-ui-proxy
This commit is contained in:
13
apps/base/chat-ui-proxy/service.yaml
Normal file
13
apps/base/chat-ui-proxy/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user