3fcac242c6
This PR introduces the `address` field in the `service` block so that Nomad or Consul services can be registered with a custom `.Address.` to advertise. The address can be an IP address or domain name. If the `address` field is set, the `service.address_mode` must be set in `auto` mode.
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
```release-note:improvement
|
|
services: Enable setting arbitrary address on Nomad or Consul service registration
|
|
```
|