Thanks.
--
You received this message because you are subscribed to the Google Groups "envoy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to envoy-users...@googlegroups.com.
To post to this group, send email to envoy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/8da20654-8631-41b1-9927-1afab789655f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/envoy-users/4c302070-ef24-4422-b8ea-702c137e28bd%40googlegroups.com.
static_resources:
listeners:
- name: listener_0
address:
socket_address: { address: 0.0.0.0, port_value: 12060 }
filter_chains:
- filters:
- name: envoy.http_connection_manager
config:
stat_prefix: ingress_http
codec_type: AUTO
route_config:
name: local_route
virtual_hosts:
- name: local_service
domains: ["*"]
routes:
- match: { prefix: "/" }
route:
cluster: csr
hash_policy:
cookie:
name: csr_id
http_filters:
- name: envoy.router
clusters:
- name: csr
connect_timeout: 0.25s
type: STATIC
lb_policy: RING_HASH
hosts:
- socket_address: { address: <my_ip>, port_value: 6001 }
- socket_address: { address: <my_ip>, port_value: 7001 }
- socket_address: { address: <my_ip>, port_value: 8001 }