deploy gateway

This commit is contained in:
2026-05-18 19:11:42 -05:00
parent 5504d0c6f4
commit fc171b48e9
6 changed files with 129 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
# ------------------------------------------------------------------------------
# Wildcard certificate for fastpass cluster
# Covers *.local.mk-labs.cloud — all cluster services use this cert
# Issued via letsencrypt-prod (staging validated during hello-world test)
# ------------------------------------------------------------------------------
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: fastpass-wildcard-tls
namespace: gateway
spec:
secretName: fastpass-wildcard-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- "*.local.mk-labs.cloud"