first commit
This commit is contained in:
commit
c943e81b7b
14 changed files with 207 additions and 0 deletions
19
A3/overlays/prod/gateway.yaml
Normal file
19
A3/overlays/prod/gateway.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: prod-gateway
|
||||
namespace: a3-prod
|
||||
spec:
|
||||
selector:
|
||||
istio: gateway
|
||||
servers:
|
||||
- port:
|
||||
number: 443
|
||||
name: https
|
||||
protocol: HTTPS
|
||||
tls:
|
||||
mode: SIMPLE
|
||||
credentialName: a3-prod-tls-cert
|
||||
hosts:
|
||||
- a3-prod.gwg313.xyz
|
||||
- a3-prod.local.gwg313.xyz
|
||||
Loading…
Add table
Add a link
Reference in a new issue