Assigned the number 12 to CircuitBreaking

This commit is contained in:
savagebidoof
2023-05-11 08:24:21 +02:00
parent 9fbc2c5f1f
commit faf8b08e77
5 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,18 @@
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: helloworld.default.svc.cluster.local
spec:
host: helloworld.default.svc.cluster.local
trafficPolicy:
connectionPool:
tcp:
maxConnections: 1
http:
http1MaxPendingRequests: 1
maxRequestsPerConnection: 1
outlierDetection:
consecutive5xxErrors: 1
interval: 1s
baseEjectionTime: 3m
maxEjectionPercent: 100