deployment manifests for Nxtgauge
Find a file
Ashwin Kumar Sivakumar 827477ac3f fix(backend): add PORT env to deployments + BEECEPTOR_URL config
16 of 20 rust services were crashing on boot because their main.rs calls
std::env::var('PORT').expect(...). This commit adds the missing PORT env
to each deployment YAML, matching its containerPort (9100-9118).

Also adds BEECEPTOR_URL to the ConfigMap - the payments service requires
it for the mock payment gateway integration.

Adds apps/registry/ with retention script + CronJob (keep last 3 SHA
builds, preserve -latest aliases) to prevent the single-build wipeout
that caused the original registry outage.

AI assistant image also rebuilt: 2876b45 (main branch) - it was on a
ghost SHA tag that was GC'd.
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 deployments + BEECEPTOR_URL config 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