File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : cilium.io/v2
2+ kind : CiliumEnvoyConfig
3+ metadata :
4+ name : envoy-requestid-extension
5+ spec :
6+ services :
7+ - name : {{ include "stack.fullname" . }}
8+ resources :
9+ - " @type " : type.googleapis.com/envoy.config.listener.v3.Listener
10+ name : test-listener
11+ filterChains :
12+ - filters :
13+ - name : envoy.filters.network.http_connection_manager
14+ typedConfig :
15+ " @type " : type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
16+ statPrefix : ingress_http
17+ requestIdExtension :
18+ typedConfig :
19+ " @type " : type.googleapis.com/envoy.extensions.request_id.uuid.v3.UuidRequestIdConfig
20+ packTraceReason : true
21+ useRequestIdForTraceSampling : true
22+ routeConfig :
23+ name : local_route
24+ httpFilters :
25+ - name : envoy.filters.http.router
26+ typedConfig :
27+ " @type " : type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
You can’t perform that action at this time.
0 commit comments