fix(mlflow): Fix auth and service monitor
This commit is contained in:
11
mlflow/mlflow-middleware.gomplate.yaml
Normal file
11
mlflow/mlflow-middleware.gomplate.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: mlflow-headers
|
||||
namespace: {{ .Env.MLFLOW_NAMESPACE }}
|
||||
spec:
|
||||
headers:
|
||||
customRequestHeaders:
|
||||
X-Forwarded-Proto: "https"
|
||||
X-Forwarded-Host: "{{ .Env.MLFLOW_HOST }}"
|
||||
X-Forwarded-Port: "443"
|
||||
Reference in New Issue
Block a user