Skip to content

Commit

Permalink
Merge pull request nusdbsystem#58 from naili-xing/dev
Browse files Browse the repository at this point in the history
Fix a bug in metadata
  • Loading branch information
NLGithubWP authored May 18, 2020
2 parents 1d525a3 + 04ffdab commit 6d1d3aa
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 6d1d3aa

Please sign in to comment.