Skip to content

Instantly share code, notes, and snippets.

@upul
Last active December 24, 2021 22:24
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 upul/0de6daeb2c80dd2ee6a7282766011543 to your computer and use it in GitHub Desktop.
Save upul/0de6daeb2c80dd2ee6a7282766011543 to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mlflow-ingress
spec:
rules:
- host: mlflow.upulbandara.xyz
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: mlflow-service
port:
number: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment