A3-gitops/A3/overlays/qa/virtualservice.yaml
2025-11-20 11:57:25 -05:00

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