File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : networking.istio.io/v1alpha3
2
+ kind : EnvoyFilter
3
+ metadata :
4
+ name : {{ include "gateway.name" . }}-global-custom-response
5
+ namespace : {{ .Release.Namespace }}
6
+ labels :
7
+ {{- include "gateway.labels" . | nindent 4}}
8
+ spec :
9
+ configPatches :
10
+ - applyTo : HTTP_FILTER
11
+ match :
12
+ context : GATEWAY
13
+ listener :
14
+ filterChain :
15
+ filter :
16
+ name : envoy.filters.network.http_connection_manager
17
+ patch :
18
+ operation : INSERT_FIRST
19
+ value :
20
+ name : envoy.filters.http.custom_response
21
+ typed_config :
22
+ " @type " : type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ global:
26
26
autoscalingv2API : true
27
27
local : false # When deploying to a local cluster (e.g.: kind cluster), set this to true.
28
28
kind : false # Deprecated. Please use "global.local" instead. Will be removed later.
29
- enableIstioAPI : false
29
+ enableIstioAPI : true
30
30
enableGatewayAPI : false
31
31
# Deprecated
32
32
enableHigressIstio : false
You can’t perform that action at this time.
0 commit comments