mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
b64674623e
* copyright headers for agent folder
17 lines
253 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |