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:
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.
Jump to solution
2 Replies
ssssteven
sssstevenOP7mo ago
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
digigoblin
digigoblin7mo ago
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.

Did you find this page helpful?