github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/sandboxes/passthrough-mode/envoy-https-passthrough.yaml (about)

     1  static_resources:
     2    listeners:
     3    - address:
     4        socket_address:
     5          address: 0.0.0.0
     6          port_value: 10003
     7      filter_chains:
     8      - filters:
     9        - name: envoy.filters.network.tcp_proxy
    10          typed_config:
    11            "@type": type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy
    12            cluster: fleetspeak-server-cluster
    13            stat_prefix: https_passthrough
    14  
    15    clusters:
    16    - name: fleetspeak-server-cluster
    17      type: STRICT_DNS
    18      lb_policy: ROUND_ROBIN
    19      load_assignment:
    20        cluster_name: fleetspeak-server-cluster
    21        endpoints:
    22        - lb_endpoints:
    23          - endpoint:
    24              address:
    25                socket_address:
    26                  address: fleetspeak-server
    27                  port_value: 9090