mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
14 lines
252 B
YAML
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 |