Untitled
unknown
plain_text
6 months ago
558 B
10
Indexable
Never
apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: promo-v2-istio-virtualservice spec: hosts: - promo-v2.domain.com gateways: - promo-v2-istio-gateway http: - match: - uri: prefix: /special route: - destination: port: number: 443 host: external.domain.com - match: - uri: prefix: / route: - destination: port: number: 3000 host: promo-v2.promo-v2.svc.cluster.local