Adds Kustomize base+prod overlays for nxtgauge-frontend-solid, nxtgauge-admin-solid, and nxtgauge-backend-rust (18 services). ArgoCD Image Updater configured for auto-deploy on high-performance-latest tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
199 B
YAML
9 lines
199 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: nxtgauge-frontend-solid-config
|
|
namespace: nxtgauge
|
|
data:
|
|
NODE_ENV: "production"
|
|
PORT: "3000"
|
|
GATEWAY_URL: "http://nxtgauge-rust-gateway:8000"
|