mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Remove endpoint configuration from llamactl-proxy and update service type to ExternalName
This commit is contained in:
@@ -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
|
||||
@@ -5,4 +5,3 @@ namespace: llamactl
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- service.yaml
|
||||
- endpoint.yaml
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user