github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/jobspec/test-fixtures/tg-service-connect-native.hcl (about) 1 job "connect_native_service" { 2 group "group" { 3 service { 4 name = "example" 5 task = "task1" 6 7 connect { 8 native = true 9 } 10 } 11 } 12 }