mirror of
https://github.com/ghndrx/k8s-game-2048.git
synced 2026-02-10 14:54:59 +00:00
- 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
16 lines
327 B
YAML
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
|