-
由 openaiops 创作于59cf59f4
virtual-services-fault.yaml 343 B
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: ts-voucher-service
spec:
hosts:
- ts-voucher-service
http:
- route:
- destination:
host: ts-voucher-service
subset: v1
weight: 10
- route:
- destination:
host: ts-voucher-service
subset: v2
weight: 10