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

17 lines
317 B
YAML
Raw Normal View History

2023-12-11 22:46:18 +00:00
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