nxtgauge-gitops/apps/nxtgauge-backend-rust/base/configmap.yaml
Ashwin Kumar abfa43f85f feat: add K8s manifests and ArgoCD Applications for new Rust/SolidStart stack
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>
2026-04-09 00:48:46 +02:00

26 lines
1.3 KiB
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: nxtgauge-backend-rust-config
namespace: nxtgauge
data:
RUST_LOG: "info"
PORT: "8000"
FRONTEND_URL: "https://nxtgauge.com"
ADMIN_URL: "https://admin.nxtgauge.com"
USERS_SERVICE_URL: "http://nxtgauge-rust-users:8080"
COMPANIES_SERVICE_URL: "http://nxtgauge-rust-companies:8081"
JOB_SEEKERS_SERVICE_URL: "http://nxtgauge-rust-job-seekers:8082"
CUSTOMERS_SERVICE_URL: "http://nxtgauge-rust-customers:8083"
PAYMENTS_SERVICE_URL: "http://nxtgauge-rust-payments:8094"
EMPLOYEES_SERVICE_URL: "http://nxtgauge-rust-employees:8096"
PHOTOGRAPHERS_SERVICE_URL: "http://nxtgauge-rust-photographers:8085"
MAKEUP_ARTISTS_SERVICE_URL: "http://nxtgauge-rust-makeup-artists:8086"
TUTORS_SERVICE_URL: "http://nxtgauge-rust-tutors:8087"
DEVELOPERS_SERVICE_URL: "http://nxtgauge-rust-developers:8088"
VIDEO_EDITORS_SERVICE_URL: "http://nxtgauge-rust-video-editors:8089"
GRAPHIC_DESIGNERS_SERVICE_URL: "http://nxtgauge-rust-graphic-designers:8090"
SOCIAL_MEDIA_MANAGERS_SERVICE_URL: "http://nxtgauge-rust-social-media-managers:8091"
FITNESS_TRAINERS_SERVICE_URL: "http://nxtgauge-rust-fitness-trainers:8092"
CATERING_SERVICES_SERVICE_URL: "http://nxtgauge-rust-catering-services:8093"
UGC_CONTENT_CREATORS_SERVICE_URL: "http://nxtgauge-rust-ugc-content-creators:8095"