File tree 2 files changed +7
-3
lines changed
router/src/main/resources
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ ENV ROUTER_LABEL="Default"
47
47
ENV ROUTER_PRIVATE_KEY_PATH=/home/wso2/security/keystore/mg.key
48
48
ENV ROUTER_PUBLIC_CERT_PATH=/home/wso2/security/keystore/mg.pem
49
49
50
+ ENV KEEPALIVE_PROBES=3
51
+ ENV KEEPALIVE_TIMEOUT=60
52
+ ENV KEEPALIVE_INTERVAL=30
53
+
50
54
ENV ADAPTER_HOST=adapter
51
55
ENV ADAPTER_PORT=18000
52
56
ENV ADAPTER_CA_CERT_PATH=/home/wso2/security/truststore/mg.pem
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ static_resources:
42
42
connect_timeout: 1s
43
43
upstream_connection_options:
44
44
tcp_keepalive:
45
- keepalive_probes: 3
46
- keepalive_time: 300
47
- keepalive_interval: 30
45
+ keepalive_probes: '${KEEPALIVE_PROBES}'
46
+ keepalive_time: '${KEEPALIVE_TIMEOUT}'
47
+ keepalive_interval: '${KEEPALIVE_INTERVAL}'
48
48
load_assignment:
49
49
cluster_name: xds_cluster
50
50
endpoints:
You can’t perform that action at this time.
0 commit comments