Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nailixing committed May 18, 2020
1 parent 57f3801 commit 04ffdab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions singa_auto/meta_store/meta_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ def update_ingress_config(self, ingress_name: str, inferenceAppName: str, contai
# if the service is updated
if path_info["path"] == "/" + inferenceAppName:
path_info["backend"]["serviceName"] = container_service_name
break
else:
# if new service path is added
path_info = {"path": "/" + inferenceAppName,
Expand Down

0 comments on commit 04ffdab

Please sign in to comment.