This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: networking.istio.io/v1alpha3 | |
kind: EnvoyFilter | |
metadata: | |
name: limit-request-default | |
namespace: istio-system | |
spec: | |
# If the EnvoyFilter is present in the config root namespace, it will be applied to all applicable workloads in any namespace. | |
# It looks like this filter was being applied to all gateways as it wasn't a valid selector | |
#workloadSelector: | |
# labels: |
OlderNewer