Skip to content

Commit

Permalink
Update master branch manifests with release-specific commits (#42)
Browse files Browse the repository at this point in the history
* manifests: Update to v0.8.0 tag

Signed-off-by: Kimonas Sotirchos <[email protected]>

* manifests: Update gateways and prefix (#32)

* manifests: Use explicit gateways

Replace the variable substitution for the web app and hardcode the
Gateway that will be used in each case.

Signed-off-by: Kimonas Sotirchos <[email protected]>

* manifests: Set the prefix in the backend

The backend should also be aware of the prefix in order to configure the
frontend files accordingly.

Signed-off-by: Kimonas Sotirchos <[email protected]>

* Update the manifests for KF release (#27)

* rename web-app to base in manifests

Signed-off-by: Kimonas Sotirchos <[email protected]>

* rename the path of the app

Signed-off-by: Kimonas Sotirchos <[email protected]>
  • Loading branch information
kimwnasptd committed Jul 20, 2022
1 parent 1f8db3c commit 2919e71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/base/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
http:
- match:
- uri:
prefix: /models/
prefix: /kserve-endpoints/
rewrite:
uri: /
route:
Expand Down
2 changes: 1 addition & 1 deletion config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commonLabels:
images:
- name: kserve/models-web-app
newName: kserve/models-web-app
newTag: v0.7.0
newTag: v0.8.0
configMapGenerator:
- name: kserve-models-web-app-config
literals:
Expand Down
1 change: 1 addition & 0 deletions config/overlays/kubeflow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ configMapGenerator:
behavior: replace
literals:
- USERID_HEADER=kubeflow-userid
- APP_PREFIX=/kserve-endpoints

configurations:
- params.yaml
4 changes: 4 additions & 0 deletions config/overlays/kubeflow/patches/web-app-vsvc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- op: replace
path: /spec/gateways
value:
- kubeflow/kubeflow-gateway
- op: replace
path: /spec/http/0/route/0/destination
value:
Expand Down

0 comments on commit 2919e71

Please sign in to comment.