Files
dev-cluster/apps/base/llamactl-proxy/service.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: {}