Untitled
unknown
plain_text
2 years ago
558 B
11
Indexable
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
Editor is loading...