diff --git a/cookbooks/nomad/attributes.rb b/cookbooks/nomad/attributes.rb index 367b2d7..d0fb934 100644 --- a/cookbooks/nomad/attributes.rb +++ b/cookbooks/nomad/attributes.rb @@ -4,6 +4,7 @@ node.reverse_merge!({ 'nomad' => { 'manager' => false, - 'client' => false + 'client' => false, + 'lokiendpoint' => 'loki.service.consul:3100' } })