Files
k8s-game-2048/manifests/prod/domain-mapping.yml
Greg f42d04f06e Add SSL configuration and build workflow
- Add build-image.yml workflow for automated builds to GHCR
- Add SSL certificates and domain configuration for HTTPS
- Update services to use ghcr.io/ghndrx/k8s-game-2048:latest with imagePullPolicy: Always
- Configure Kourier for SSL redirect and domain claims
- Enable HTTPS for all environments: dev, staging, prod
- Add domain mappings with TLS configuration
- Add setup-ssl.sh script for easy deployment
2025-06-30 21:29:26 -07:00

16 lines
327 B
YAML

apiVersion: serving.knative.dev/v1beta1
kind: DomainMapping
metadata:
name: 2048.wa.darknex.us
namespace: game-2048-prod
labels:
app: game-2048
environment: production
spec:
ref:
name: game-2048-prod
kind: Service
apiVersion: serving.knative.dev/v1
tls:
secretName: game-2048-prod-cert-secret