open-consul/test/integration/connect/envoy/case-grpc/service_s2.hcl

17 lines
253 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
services {
name = "s2"
# Advertise gRPC port
port = 8179
connect {
sidecar_service {
proxy {
config {
protocol = "grpc"
}
}
}
}
}