Hi
I was wondering if there is a way to provide multiple IP addresses in the service configuration?
Currently I have something like this:
network {
service {
address any
port 3000
}
or
network {
service {
address some.ip.add.ress
port 3000
}
But is it possible to provide two IPs?