mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
18 lines
309 B
YAML
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
|