17 lines
300 B
YAML
17 lines
300 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: villes-retrylogic
|
|
namespace: tp5
|
|
spec:
|
|
hosts:
|
|
- villes
|
|
http:
|
|
- name: Application Web
|
|
route:
|
|
- destination:
|
|
host: villes
|
|
retries:
|
|
attempts: 4
|
|
perTryTimeout: 2s
|
|
retryOn: 5xx
|