deployment manifests for Nxtgauge
Find a file
Ashwin Kumar Sivakumar 37a589fa87 fix(backend): add PORT env to all rust deployments (was crashing on boot)
16 of 20 rust services had no PORT env var set; their main.rs calls
std::env::var('PORT').expect('PORT must be a valid u16') which panicked
on startup. This commit adds env.PORT matching the existing containerPort
for each service. Service ports: gateway=9100 users=9101 companies=9102
jobs=9103 job_seekers=9104 customers=9105 employees=9106 photographers=9107
tutors=9108 makeup_artists=9109 developers=9110 video_editors=9111
graphic_designers=9112 social_media_managers=9113 fitness_trainers=9114
catering_services=9115 payments=9116 ugc_content_creators=9117 leads=9118
2026-06-11 01:17:15 +05:30
.github/workflows ci(gitops): trigger app build workflows on gitops pushes 2026-03-12 00:05:31 +01:00
apps fix(backend): add PORT env to all rust deployments (was crashing on boot) 2026-06-11 01:17:15 +05:30
argocd fix(backend): add PORT env to all rust deployments (was crashing on boot) 2026-06-11 01:17:15 +05:30
clusters/production fix(flux): correct relative paths to apps/ in cluster kustomization 2026-06-08 20:57:15 +05:30
ops fix(backend): add PORT env to all rust deployments (was crashing on boot) 2026-06-11 01:17:15 +05:30
.test_push test push 2026-06-08 18:13:19 +05:30
OTP_ISSUE_FIX_PROMPT.md fix(backend): add PORT env to all rust deployments (was crashing on boot) 2026-06-11 01:17:15 +05:30
ROUTE_ISSUE_ANALYSIS.md fix(backend): add PORT env to all rust deployments (was crashing on boot) 2026-06-11 01:17:15 +05:30