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:
parent
29ff12f115
commit
0439f362dd
3 changed files with 27 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue