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

20 lines
272 B
HCL
Raw Normal View History

2021-07-22 19:57:02 +00:00
job "connect_gateway_mesh" {
group "group" {
service {
name = "mesh-gateway-service"
connect {
gateway {
proxy {
config {
foo = "bar"
}
}
mesh {}
}
}
}
}
}