File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,18 @@ static_resources:
43
43
socket_address :
44
44
address : 0.0.0.0
45
45
port_value : 2345
46
+ - name : dle-ui-http
47
+ type : STRICT_DNS
48
+ connect_timeout : 1s
49
+ load_assignment :
50
+ cluster_name : dle-ui-http
51
+ endpoints :
52
+ - lb_endpoints :
53
+ - endpoint :
54
+ address :
55
+ socket_address :
56
+ address : 0.0.0.0
57
+ port_value : 2346
46
58
- name : joe-api-http
47
59
type : STRICT_DNS
48
60
connect_timeout : 1s
@@ -231,3 +243,37 @@ static_resources:
231
243
filename : " /etc/envoy/certs/fullchain1.pem"
232
244
private_key :
233
245
filename : " /etc/envoy/certs/privkey1.pem"
246
+ - address :
247
+ socket_address :
248
+ address : 0.0.0.0
249
+ port_value : 446
250
+ filter_chains :
251
+ - filters :
252
+ - name : envoy.filters.network.http_connection_manager
253
+ typed_config :
254
+ " @type " : type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
255
+ codec_type : AUTO
256
+ stat_prefix : ingress_http
257
+ route_config :
258
+ name : local_route
259
+ virtual_hosts :
260
+ - name : ui
261
+ domains :
262
+ - " *"
263
+ routes :
264
+ - match :
265
+ prefix : " /"
266
+ route :
267
+ cluster : dle-ui-http
268
+ http_filters :
269
+ - name : envoy.filters.http.router
270
+ transport_socket :
271
+ name : envoy.transport_sockets.tls
272
+ typed_config :
273
+ " @type " : type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext
274
+ common_tls_context :
275
+ tls_certificates :
276
+ certificate_chain :
277
+ filename : " /etc/envoy/certs/fullchain1.pem"
278
+ private_key :
279
+ filename : " /etc/envoy/certs/privkey1.pem"
You can’t perform that action at this time.
0 commit comments