Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asapo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joao Alvim Oliveira Dias De Almeida
asapo
Commits
04172ddb
Commit
04172ddb
authored
1 year ago
by
George Sedov
Browse files
Options
Downloads
Patches
Plain Diff
add missing file
parent
d0de01c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/asapo_services_light/envoy.yaml
+55
-0
55 additions, 0 deletions
deploy/asapo_services_light/envoy.yaml
with
55 additions
and
0 deletions
deploy/asapo_services_light/envoy.yaml
0 → 100644
+
55
−
0
View file @
04172ddb
admin
:
access_log_path
:
/tmp/admin_access.log
address
:
socket_address
:
{
address
:
0.0.0.0
,
port_value
:
8421
}
static_resources
:
listeners
:
-
name
:
listener_0
address
:
socket_address
:
{
address
:
0.0.0.0
,
port_value
:
8420
}
filter_chains
:
-
filters
:
-
name
:
envoy.filters.network.http_connection_manager
typed_config
:
"
@type"
:
type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
codec_type
:
auto
stat_prefix
:
ingress_http
route_config
:
name
:
local_route
virtual_hosts
:
-
name
:
local_service
domains
:
[
"
*"
]
routes
:
-
match
:
{
prefix
:
"
/"
}
route
:
cluster
:
echo_service
timeout
:
0s
max_stream_duration
:
grpc_timeout_header_max
:
0s
cors
:
allow_origin_string_match
:
-
prefix
:
"
*"
allow_methods
:
GET, PUT, DELETE, POST, OPTIONS
allow_headers
:
keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,custom-header-1,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout
max_age
:
"
1728000"
expose_headers
:
custom-header-1,grpc-status,grpc-message
http_filters
:
-
name
:
envoy.filters.http.grpc_web
-
name
:
envoy.filters.http.cors
-
name
:
envoy.filters.http.router
clusters
:
-
name
:
echo_service
connect_timeout
:
0.25s
type
:
logical_dns
http2_protocol_options
:
{}
lb_policy
:
round_robin
load_assignment
:
cluster_name
:
cluster_0
endpoints
:
-
lb_endpoints
:
-
endpoint
:
address
:
socket_address
:
address
:
127.0.0.1
port_value
:
8422
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment