20 lines
361 B
YAML
20 lines
361 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: A3-qa
|
|
namespace: a3
|
|
spec:
|
|
hosts:
|
|
- a3-qa.gwg313.xyz
|
|
- a3-qa.local.gwg313.xyz
|
|
gateways:
|
|
- a3-qa-gateway
|
|
http:
|
|
- match:
|
|
- uri:
|
|
prefix: /
|
|
route:
|
|
- destination:
|
|
host: a3-qa
|
|
port:
|
|
number: 80
|