You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: config.istio.io/v1alpha2kind: memquotametadata:
name: handlernamespace: istio-systemspec:
quotas:
- name: requestcount.quota.istio-system# default rate limit is 5000qpsmaxAmount: 5000validDuration: 1s# The first matching override is applied.# A requestcount instance is checked against override dimensions.overrides:
# The following override applies to traffic from 'rewiews' version v2,# destined for the ratings service. The destinationVersion dimension is ignored.
- dimensions:
destination: ratingssource: reviewssourceVersion: v2maxAmount: 1validDuration: 1s