Can two serverless endpoint point to the same docker image with different tags?
Hey all, I didn't realized deploy a new version will update the images for both my serverless endpoints. How do I separate them? Thanks!
Solution:Jump to solution
You have to use 2 different templates to achieve this, and unfortunately you can't change the template once the endpoint is created. If you edit the template it will update all endpoints that share the same template.
2 Replies
It doesn't seem like I can change to a different template after I create the the endpoint. Just want to confirm on this.
Solution
You have to use 2 different templates to achieve this, and unfortunately you can't change the template once the endpoint is created. If you edit the template it will update all endpoints that share the same template.