first commit

This commit is contained in:
gwg313 2025-11-20 10:12:47 -05:00
commit c943e81b7b
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
14 changed files with 207 additions and 0 deletions

View 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