open-nomad/jobspec/test-fixtures/tg-service-connect-native.hcl

16 lines
234 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "connect_native_service" {
group "group" {
service {
name = "example"
task = "task1"
connect {
native = true
}
}
}
}