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

@@ -0,0 +1,13 @@
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