From b61605cf27ba56c4550dac01a914ce4e13fa6878 Mon Sep 17 00:00:00 2001 From: ANsuFrancis Date: Wed, 7 Oct 2020 16:55:55 +0530 Subject: [PATCH] expose mlflow server on 32222 port --- kustomize/service/base/service.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kustomize/service/base/service.yaml b/kustomize/service/base/service.yaml index e9206dc..d411318 100644 --- a/kustomize/service/base/service.yaml +++ b/kustomize/service/base/service.yaml @@ -1151,6 +1151,18 @@ spec: attempts: 3 perTryTimeout: 5s retryOn: gateway-error,connect-failure,refused-stream + - match: + - uri: + prefix: /api/2.0/mlflow + route: + - destination: + port: + number: 5002 + host: dkube-controller-master + retries: + attempts: 3 + perTryTimeout: 5s + retryOn: gateway-error,connect-failure,refused-stream --- apiVersion: v1 kind: Service