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

17 lines
317 B
YAML
Executable File

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: mlflow-ingress
namespace: mlflow
spec:
entryPoints:
- websecure
routes:
- match: Host(`mlflow.namesny.com`)
kind: Rule
middlewares:
- name: "auth-authelia@kubernetescrd"
services:
- name: mlflow-svc
port: 5000