Use temporal.coulomb.social for Temporal UI SSO host
Prefer clean short hostname temporal.coulomb.social instead of activity-temporal.coulomb.social for Ingress, CORS, and ops UI links.
This commit is contained in:
parent
2acf2baffa
commit
54431db583
9 changed files with 21 additions and 21 deletions
|
|
@ -218,7 +218,7 @@ async def test_ui_index_renders(ops_app: FastAPI, monkeypatch: pytest.MonkeyPatc
|
|||
assert "Daily Triage" in res.text
|
||||
assert "Operator token" in res.text
|
||||
assert "Temporal UI" in res.text
|
||||
assert "activity-temporal.coulomb.social" in res.text
|
||||
assert "temporal.coulomb.social" in res.text
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue