A3-gitops/A3/overlays/dev/virtualservice.yaml
gwg313 bc89786f59
update
Signed-off-by: gwg313 <gwg313@pm.me>
2025-11-21 09:43:37 -05:00

20 lines
371 B
YAML

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: a3-dev
namespace: a3-dev
spec:
hosts:
- a3-dev.gwg313.xyz
- a3-dev.local.gwg313.xyz
gateways:
- dev-gateway
http:
- match:
- uri:
prefix: /
route:
- destination:
host: a3-service
port:
number: 80