Skip to content

Instantly share code, notes, and snippets.

@AahanSingh
Created October 20, 2021 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AahanSingh/8a8909269f85a20ab1af6f901c673288 to your computer and use it in GitHub Desktop.
Save AahanSingh/8a8909269f85a20ab1af6f901c673288 to your computer and use it in GitHub Desktop.
MLFlow Service
apiVersion: v1
kind: Service
metadata:
labels:
app: mlflow-tracking-server
name: mlflow-tracking-server
spec:
ports:
- port: 5000
protocol: TCP
targetPort: 5000
selector:
app: mlflow-tracking-server-pods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment