Remove openhands

This commit is contained in:
2025-08-08 21:57:30 +02:00
parent b6eceffc17
commit 3771ad15a0
3 changed files with 24 additions and 59 deletions

View File

@@ -6,4 +6,3 @@ resources:
- ../../base/homelab-proxy
- llamactl.yaml
- chatui.yaml
- openhands.yaml

View File

@@ -1,31 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: openhands-proxy
namespace: homelab-proxy
annotations:
tailscale.com/tailnet-fqdn: ${OPENHANDS_TAILNET_FQDN}
spec:
type: ExternalName
externalName: placeholder
ports:
- port: ${OPENHANDS_INTERNAL_PORT}
name: http
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: openhands-ingress
namespace: homelab-proxy
spec:
entryPoints:
- websecure
routes:
- match: Host(`${OPENHANDS_DOMAIN}`)
kind: Rule
services:
- name: openhands-proxy
port: ${OPENHANDS_INTERNAL_PORT}
middlewares:
- name: "auth-authelia@kubernetescrd"