k3s-configs/apps/mlflow/mlflow-service.yaml

14 lines
193 B
YAML
Raw Normal View History

2023-12-11 22:46:18 +00:00
apiVersion: v1
kind: Service
metadata:
name: mlflow-svc
namespace: mlflow
spec:
selector:
app: mlflow
type: ClusterIP
ports:
- protocol: TCP
port: 5000
targetPort: 5000