mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
11 lines
199 B
YAML
11 lines
199 B
YAML
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
name: llamactl-proxy
|
|
namespace: llamactl
|
|
subsets:
|
|
- addresses:
|
|
- ip: ${LLAMACTL_INTERNAL_IP}
|
|
ports:
|
|
- port: ${LLAMACTL_INTERNAL_PORT}
|
|
name: http |