mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Unify homelab proxies
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: chat-ui
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- service.yaml
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: chat-ui
|
||||
@@ -1,13 +0,0 @@
|
||||
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
|
||||
@@ -4,4 +4,3 @@ namespace: llamactl
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- service.yaml
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: llamactl
|
||||
name: homelab-proxy
|
||||
@@ -1,13 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: llamactl-proxy
|
||||
namespace: llamactl
|
||||
annotations:
|
||||
tailscale.com/tailnet-fqdn: ${LLAMACTL_TAILNET_FQDN}
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: placeholder
|
||||
ports:
|
||||
- port: ${LLAMACTL_INTERNAL_PORT}
|
||||
name: http
|
||||
Reference in New Issue
Block a user