open-nomad/jobspec/test-fixtures/tg-service-connect-gateway-...

20 lines
272 B
HCL

job "connect_gateway_mesh" {
group "group" {
service {
name = "mesh-gateway-service"
connect {
gateway {
proxy {
config {
foo = "bar"
}
}
mesh {}
}
}
}
}
}