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
|
|
||||||
@@ -4,4 +4,3 @@ namespace: llamactl
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- service.yaml
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: chat-ui
|
name: homelab-proxy
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: llamactl
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: chat-ui
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- ../../base/chat-ui-proxy
|
|
||||||
- ingress.yaml
|
|
||||||
10
apps/prod/homelab-proxy/kustomization.yaml
Normal file
10
apps/prod/homelab-proxy/kustomization.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: homelab-proxy
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- ../../base/homelab-proxy
|
||||||
|
- chatui-ingress.yaml
|
||||||
|
- chatui-service.yaml
|
||||||
|
- llamactl-ingress.yaml
|
||||||
|
- llamactl-service.yaml
|
||||||
@@ -7,5 +7,4 @@ resources:
|
|||||||
- lemma
|
- lemma
|
||||||
- ghost
|
- ghost
|
||||||
- dashboard
|
- dashboard
|
||||||
- llamactl-proxy
|
- homelab-proxy
|
||||||
- chat-ui-proxy
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: llamactl
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- ../../base/llamactl-proxy
|
|
||||||
- ingress.yaml
|
|
||||||
Reference in New Issue
Block a user