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

@@ -1,11 +0,0 @@
apiVersion: v1
kind: Endpoints
metadata:
name: llamactl-proxy
namespace: llamactl
subsets:
- addresses:
- ip: ${LLAMACTL_INTERNAL_IP}
ports:
- port: ${LLAMACTL_INTERNAL_PORT}
name: http

View File

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

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