-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathbaseline.yaml
More file actions
48 lines (45 loc) · 1007 Bytes
/
baseline.yaml
File metadata and controls
48 lines (45 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
admin:
access_log_path: /dev/null
address:
socket_address:
address: 127.0.0.1
port_value: 9000
dynamic_resources:
ads_config:
api_type: GRPC
transport_api_version: V3
set_node_on_first_message_only: true
grpc_services:
- envoy_grpc:
cluster_name: xds_cluster
lds_config:
resource_api_version: V3
ads: {}
cds_config:
resource_api_version: V3
ads: {}
node:
cluster: service_greeter
id: test-id
static_resources:
clusters:
- connect_timeout: 1s
http2_protocol_options: {}
name: xds_cluster
type: STATIC
load_assignment:
cluster_name: xds_cluster
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: 127.0.0.1
port_value: 18000
# secrets:
# - name: server_cert
# tls_certificate:
# certificate_chain:
# filename: certs/server.crt
# private_key:
# filename: certs/server.key