From 7fb63ebddca0ad3e32de7ae9ef54e3df20470a93 Mon Sep 17 00:00:00 2001 From: Shide Foo Date: Tue, 10 Oct 2023 09:57:34 +0800 Subject: [PATCH] Fix comment error --- charts/routes/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/routes/values.yaml b/charts/routes/values.yaml index ff096622..b000cbb5 100644 --- a/charts/routes/values.yaml +++ b/charts/routes/values.yaml @@ -15,11 +15,11 @@ global: mlflow: ["mlflow"] mlp: - apiPrefix: "/v1" # path prefix to where mlp endpoints lie if running on localhost + apiPrefix: "/v1" # path prefix to where mlp endpoints lie if running on localhost serviceName: mlp externalPort: "8080" vsPrefix: "/api" - useServiceFqdn: false # url generated will use k8s service fqdn/path instead of vs hosts/path + useServiceFqdn: false # url generated will use k8s service fqdn/path instead of vs hosts/path uiPrefix: "/" uiServiceName: mlp @@ -28,7 +28,7 @@ global: serviceName: merlin externalPort: "8080" vsPrefix: "/api/merlin" - useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path + useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path uiPrefix: "/merlin" uiServiceName: merlin @@ -37,7 +37,7 @@ global: serviceName: turing externalPort: "8080" vsPrefix: "/api/turing" - useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path + useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path uiPrefix: "/turing" uiServiceName: turing @@ -46,7 +46,7 @@ global: serviceName: xp-management externalPort: "8080" vsPrefix: "/api/xp" - useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path + useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path uiPrefix: "/xp" uiServiceName: xp-management @@ -60,7 +60,7 @@ global: serviceName: feast-ui externalPort: "8080" vsPrefix: "/feast" - useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path + useServiceFqdn: true # url generated will use k8s service fqdn/path instead of vs hosts/path uiServiceName: feast-ui mlflow: