Unify homelab proxies

This commit is contained in:
2025-08-08 21:07:25 +02:00
parent 489a48958e
commit 4ef5c5ea85
12 changed files with 12 additions and 29 deletions

View File

@@ -1,7 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: chat-ui
resources:
- namespace.yaml
- service.yaml

View File

@@ -4,4 +4,3 @@ namespace: llamactl
resources: resources:
- namespace.yaml - namespace.yaml
- service.yaml

View File

@@ -1,4 +1,4 @@
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: chat-ui name: homelab-proxy

View File

@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: llamactl

View File

@@ -1,7 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: chat-ui
resources:
- ../../base/chat-ui-proxy
- ingress.yaml

View 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

View File

@@ -7,5 +7,4 @@ resources:
- lemma - lemma
- ghost - ghost
- dashboard - dashboard
- llamactl-proxy - homelab-proxy
- chat-ui-proxy

View File

@@ -1,7 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: llamactl
resources:
- ../../base/llamactl-proxy
- ingress.yaml