update
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
116177893f
commit
cf2f8511dc
3 changed files with 28 additions and 10 deletions
19
A3/overlays/dev/gateway.yaml
Normal file
19
A3/overlays/dev/gateway.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: dev-gateway
|
||||
namespace: a3-dev
|
||||
spec:
|
||||
selector:
|
||||
istio: gateway
|
||||
servers:
|
||||
- port:
|
||||
number: 443
|
||||
name: https
|
||||
protocol: HTTPS
|
||||
tls:
|
||||
mode: SIMPLE
|
||||
credentialName: a3-dev-cert
|
||||
hosts:
|
||||
- a3-dev.gwg313.xyz
|
||||
- a3-dev.local.gwg313.xyz
|
||||
Loading…
Add table
Add a link
Reference in a new issue