This message was deleted.
# google-cloud
s
This message was deleted.
s
Notice that these services have randomized hashes on the end. When I create my next build, it has a new randomized hash, and the load balancer doesn’t follow along.
w
You could give your containers a fixed name in pulumi (with the name=attribute), but I'm not shure if updating the containers would work seamless.
The better way is to add your load balancer to your pulumi script and update it with the new container names.
s
Thank you, I will look into doing that.