github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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  }