Remove endpoint configuration from llamactl-proxy and update service type to ExternalName

This commit is contained in:
2025-07-31 21:52:20 +02:00
parent d334a909cf
commit 66d68e82ea
4 changed files with 24 additions and 39 deletions

View File

@@ -3,10 +3,8 @@ kind: Service
metadata:
name: llamactl-proxy
namespace: llamactl
annotations:
tailscale.com/tailnet-fqdn: ${LLAMACTL_TAILNET_FQDN}
spec:
type: ClusterIP
ports:
- port: 80
targetPort: ${LLAMACTL_INTERNAL_PORT}
name: http
selector: {}
type: ExternalName
externalName: placeholder