mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
12 lines
201 B
YAML
12 lines
201 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: llamactl-proxy
|
|
namespace: llamactl
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: ${LLAMACTL_INTERNAL_PORT}
|
|
name: http
|
|
selector: {} |