github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/jobspec/test-fixtures/tg-service-connect-gateway-mesh.hcl (about) 1 job "connect_gateway_mesh" { 2 group "group" { 3 service { 4 name = "mesh-gateway-service" 5 6 connect { 7 gateway { 8 proxy { 9 config { 10 foo = "bar" 11 } 12 } 13 14 mesh {} 15 } 16 } 17 } 18 } 19 }