first commit
This commit is contained in:
commit
c943e81b7b
14 changed files with 207 additions and 0 deletions
20
A3/overlays/dev/virtualservice.yaml
Normal file
20
A3/overlays/dev/virtualservice.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: A3-dev
|
||||
namespace: a3
|
||||
spec:
|
||||
hosts:
|
||||
- a3-dev.gwg313.xyz
|
||||
- a3-dev.local.gwg313.xyz
|
||||
gateways:
|
||||
- a3-dev-gateway
|
||||
http:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /
|
||||
route:
|
||||
- destination:
|
||||
host: a3-dev
|
||||
port:
|
||||
number: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue