2020-10-31 14:51:00 +11:00

14 lines
252 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: videos-api
spec:
hosts:
- videos-api
http:
- route:
- destination:
host: videos-api
retries:
attempts: 10
perTryTimeout: 2s