From fab7da46e4de45fbc132dd150b0b7871d2b3ffdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 27 Dec 2024 10:32:56 -0800 Subject: [PATCH] Note about the ingress URL changing after each deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3899d1..5ae146c 100644 --- a/README.md +++ b/README.md @@ -205,4 +205,4 @@ az containerapp revision restart -n lco-monitor -g --revision < More details on how to manage revisions can be found [here](https://learn.microsoft.com/en-us/azure/container-apps/revisions-manage). -It seems that the ingress URL remains constant for the same container app name, but that may not always be the case. After each re-deployment, make sure that the `lvmbeat` actor at LCO is calling the correct URL. +The ingress URL remains constant only as long as the revision does not change, which means that in most cases when something is actually changed in the deployment, the URL will change.