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
21 lines
469 B
YAML
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
|