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

14 lines
193 B
YAML
Executable File

apiVersion: v1
kind: Service
metadata:
name: mlflow-svc
namespace: mlflow
spec:
selector:
app: mlflow
type: ClusterIP
ports:
- protocol: TCP
port: 5000
targetPort: 5000