Files
flagger/artifacts/gloo/virtual-service.yaml
T
2019-10-22 00:48:15 +03:00

18 lines
309 B
YAML

apiVersion: gateway.solo.io/v1
kind: VirtualService
metadata:
name: podinfo
namespace: test
spec:
virtualHost:
domains:
- '*'
name: podinfo
routes:
- matcher:
prefix: /
routeAction:
upstreamGroup:
name: podinfo
namespace: test