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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
288 B
HCL
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "sidecar_disablecheck" {
type = "service"
group "group" {
service {
name = "example"
connect {
sidecar_service {
disable_default_tcp_check = true
}
}
}
}
}