The static page (coming-soon/) has existed in this repo since 167ea12
but was never actually wired up - its own README says as much ('Add
this repo to your Kustomize setup and create a Deployment + Service +
Ingress'). No ingress for the bare nxtgauge.com/www.nxtgauge.com
domain existed at all (only subdomains: api/admin/test111/llm/ci/logs).
Deploys the page as a stock nginx:1.27-alpine container (no custom
image/CI build needed - the whole site is ~183KB of static HTML/PNG/
SVG) with the content mounted via two ConfigMaps (configmap-html for
index.html + nginx.conf, configmap-assets for the logo/trademark
files - split because ConfigMap keys can't contain '/', so the
assets/ subdirectory needed its own map). 2 replicas, standard
readiness/liveness probes, ingress for both nxtgauge.com and
www.nxtgauge.com terminating TLS via the existing letsencrypt-prod
ClusterIssuer.
Confirmed DNS for both hostnames already resolves through the same
Cloudflare-proxied IPs as the working test111.nxtgauge.com subdomain -
no DNS changes needed, this starts serving as soon as Flux applies it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
15 lines
589 B
YAML
15 lines
589 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- flux-system/gotk-sync.yaml
|
|
- ../../apps/nxtgauge-backend-rust/overlays/prod
|
|
- ../../apps/nxtgauge-frontend-solid/overlays/prod
|
|
- ../../apps/nxtgauge-admin-solid/overlays/prod
|
|
- ../../apps/nxtgauge-coming-soon/overlays/prod
|
|
- ../../apps/nxtgauge-ai-assistant/overlays/prod
|
|
- ../../apps/github-actions-runners/base
|
|
- ../../apps/ollama/base
|
|
- ../../apps/litellm/base
|
|
- ../../ops/openobserve-alerts
|
|
- flux-system/traceworks2026-image-automation.yaml
|
|
- ../../apps/traceworks2026/overlays/prod
|