Skip to content

Commit

Permalink
Fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
shydefoo committed Oct 10, 2023
1 parent 0d523df commit 7fb63eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/routes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 7fb63eb

Please sign in to comment.