I wish to disable the default Fabio registration in Consul in order to use my own health checks and from its description am trying to use the -registry.consul.register.enabled flag to do this. Within my Nomad job specification file I am supplying the flag:
args = [ "-registry.consul.register.enabled", "false"]
When submitting the job however, Fabio is configured with "Register": true, which is also reflected through the Consul UI which shows the service check Service 'fabio' check service:fabio-* registered.
Additional config:
"Addr": "localhost:8500",
"Scheme": "https",
"Token": "",
"KVPath": "/fabio/config",
"NoRouteHTMLPath": "/fabio/noroute.html",
"TagPrefix": "urlprefix-",
"Register": true,
I wish to disable the default Fabio registration in Consul in order to use my own health checks and from its description am trying to use the
-registry.consul.register.enabledflag to do this. Within my Nomad job specification file I am supplying the flag:When submitting the job however, Fabio is configured with
"Register": true,which is also reflected through the Consul UI which shows the service checkService 'fabio' check service:fabio-*registered.Additional config: