mirror of
https://github.com/ghndrx/k8s-game-2048.git
synced 2026-02-10 06:45:07 +00:00
- Complete 2048 game implementation with responsive design - Knative Serving manifests for dev/staging/prod environments - Scale-to-zero configuration with environment-specific settings - Custom domain mapping for wa.darknex.us subdomains - GitHub Actions workflows for CI/CD - Docker container with nginx and health checks - Setup scripts for Knative and Kourier installation - GHCR integration for container registry
14 lines
289 B
YAML
14 lines
289 B
YAML
apiVersion: serving.knative.dev/v1alpha1
|
|
kind: DomainMapping
|
|
metadata:
|
|
name: 2048-staging.wa.darknex.us
|
|
namespace: game-2048-staging
|
|
labels:
|
|
app: game-2048
|
|
environment: staging
|
|
spec:
|
|
ref:
|
|
name: game-2048-staging
|
|
kind: Service
|
|
apiVersion: serving.knative.dev/v1
|