mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-24 01:24:22 +00:00
Add endpoint configuration and update service type to ClusterIP
This commit is contained in:
11
apps/base/llamactl-proxy/endpoint.yaml
Normal file
11
apps/base/llamactl-proxy/endpoint.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: llamactl-proxy
|
||||
namespace: llamactl
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: ${LLAMACTL_INTERNAL_IP}
|
||||
ports:
|
||||
- port: ${LLAMACTL_INTERNAL_PORT}
|
||||
name: http
|
||||
Reference in New Issue
Block a user