...

Text file src/github.com/datawire/ambassador/v2/pkg/ambex/example/envoy/bootstrap-ads.yaml

Documentation: github.com/datawire/ambassador/v2/pkg/ambex/example/envoy

     1# Base config for an ADS management server on 18000, admin port on 19000
     2admin:
     3  access_log_path: /dev/null
     4  address:
     5    socket_address:
     6      address: 127.0.0.1
     7      port_value: 19000
     8dynamic_resources:
     9  ads_config:
    10    api_type: GRPC
    11    grpc_services:
    12      - envoy_grpc:
    13          cluster_name: xds_cluster
    14  cds_config:
    15    ads: {}
    16  lds_config:
    17    ads: {}
    18node:
    19  cluster: test-cluster
    20  id: test-id
    21static_resources:
    22  clusters:
    23  - name: xds_cluster
    24    connect_timeout: 1s
    25    hosts:
    26    - socket_address:
    27        address: 127.0.0.1
    28        port_value: 18000
    29    http2_protocol_options: {}

View as plain text