feat: publish portal instance URL as claim annotation #666

Open
marco.deluca wants to merge 1 commit from feat/user-alerting into main
Member

Sets servala.com/portal-instance-url on every instance claim, built from a new SERVALA_PORTAL_BASE_URL env var, so AppCat alert mails can link back to the instance.

Follow-up: _build_billing_annotations and resync_billing_annotations now carry two non-billing keys and should be renamed to something like _build_instance_annotations.

Sets `servala.com/portal-instance-url` on every instance claim, built from a new `SERVALA_PORTAL_BASE_URL` env var, so AppCat alert mails can link back to the instance. Follow-up: `_build_billing_annotations` and `resync_billing_annotations` now carry two non-billing keys and should be renamed to something like `_build_instance_annotations`.
feat: publish portal instance URL as claim annotation
All checks were successful
Tests / test (push) Successful in 1m21s
677e81de4f
All checks were successful
Tests / test (push) Successful in 1m21s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/user-alerting:feat/user-alerting
git switch feat/user-alerting

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/user-alerting
git switch feat/user-alerting
git rebase main
git switch main
git merge --ff-only feat/user-alerting
git switch feat/user-alerting
git rebase main
git switch main
git merge --no-ff feat/user-alerting
git switch main
git merge --squash feat/user-alerting
git switch main
git merge --ff-only feat/user-alerting
git switch main
git merge feat/user-alerting
git push origin main
Sign in to join this conversation.
No description provided.