Remove mcpo service and ingress route configuration from homelab-proxy

This commit is contained in:
2025-08-26 22:01:26 +02:00
parent 9fd3ba92c0
commit 777375b22c
2 changed files with 0 additions and 30 deletions

View File

@@ -7,4 +7,3 @@ resources:
- llamactl.yaml
- chatui.yaml
- netdata.yaml
- mcpo.yaml

View File

@@ -1,29 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: mcpo-proxy
namespace: homelab-proxy
annotations:
tailscale.com/tailnet-fqdn: ${MCPO_TAILNET_FQDN}
spec:
type: ExternalName
externalName: placeholder
ports:
- port: ${MCPO_INTERNAL_PORT}
name: http
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: mcpo-ingress
namespace: homelab-proxy
spec:
entryPoints:
- websecure
routes:
- match: Host(`${MCPO_DOMAIN}`)
kind: Rule
services:
- name: mcpo-proxy
port: ${MCPO_INTERNAL_PORT}