feat: add support for setting multiple address

I did it like this, due to the fact that it would have been a pain
to work out syntax for labels.
So I moved the url to annotations
This commit is contained in:
Tamipes 2026-06-15 21:58:57 +02:00
parent 29ff12f115
commit 0439f362dd
3 changed files with 27 additions and 2 deletions

View file

@ -43,3 +43,4 @@ strip-ansi-escapes = "0.2.1"
evalexpr = { version = "13.1.0", features = ["regex"] }
async-trait = "0.1.89"
tokio-util = { version = "0.7.18", features = ["rt"] }
itertools = "0.14.0"