Files
k8s-game-2048/manifests/cluster-domain-claims.yaml
Greg f818b22575 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
2025-06-30 21:28:26 -07:00

21 lines
469 B
YAML

apiVersion: networking.internal.knative.dev/v1alpha1
kind: ClusterDomainClaim
metadata:
name: 2048-dev.wa.darknex.us
spec:
namespace: game-2048-dev
---
apiVersion: networking.internal.knative.dev/v1alpha1
kind: ClusterDomainClaim
metadata:
name: 2048-staging.wa.darknex.us
spec:
namespace: game-2048-staging
---
apiVersion: networking.internal.knative.dev/v1alpha1
kind: ClusterDomainClaim
metadata:
name: 2048.wa.darknex.us
spec:
namespace: game-2048-prod