Decommissioning services #426

Merged
tobru merged 1 commit from 95-decommissioning into main 2026-02-26 14:13:07 +00:00
Member

Implements service decommissioning, closing #95.

On admin action, we call the k8s API, but we do not wait to confirm full deletion. This is not 100% in line with the issue text, but waiting like that might lead to timeouts / would potentially require adding some long polling or HTMX to the admin page in question. Very doable, but wanted to check first if that was necessary / intended.

Implements service decommissioning, closing #95. On admin action, we call the k8s API, but we do not wait to confirm full deletion. This is not 100% in line with the issue text, but waiting like that might lead to timeouts / would potentially require adding some long polling or HTMX to the admin page in question. Very doable, but wanted to check first if that was necessary / intended.
Owner

Tested, looks good. I think the currently implemented behavior makes sense.

Tested, looks good. I think the currently implemented behavior makes sense.
tobru merged commit 26fc0b6e6e into main 2026-02-26 14:13:07 +00:00
tobru deleted branch 95-decommissioning 2026-02-26 14:13:08 +00:00
Sign in to join this conversation.
No description provided.