Commit graph

14 commits

Author SHA1 Message Date
Tracewebstudio Dev
f38eff5fef feat(k8s): add migration job to kustomization 2026-04-13 12:08:13 +02:00
Tracewebstudio Dev
315dcfdb58 feat(k8s): add database migration job 2026-04-13 11:52:09 +02:00
Tracewebstudio Dev
7f84a4cdb3 feat(k8s): add jobs and leads services
- Add jobs service (port 9103) deployment and service
- Add leads service (port 9118) deployment and service
- Update configmap with JOBS_SERVICE_URL and LEADS_SERVICE_URL
- Update kustomization.yaml to include new resources
2026-04-12 22:04:00 +02:00
Tracewebstudio Dev
a29f51e906 fix(k8s): enable DROP_EXISTING_TABLES in migration job 2026-04-12 21:58:58 +02:00
Tracewebstudio Dev
7b6cb67edc feat(k8s): add database migration job manifest 2026-04-12 21:57:35 +02:00
Tracewebstudio Dev
55443b62ad fix(k8s): set B2_REGION and B2_ENDPOINT for storage 2026-04-12 17:29:14 +02:00
Tracewebstudio Dev
52dc11fafc fix(k8s): add B2_REGION placeholder to backend secrets 2026-04-12 16:58:16 +02:00
Ashwin Kumar Sivakumar
156b2f32db Fix backend manifests to use public registry 2026-04-12 20:16:27 +05:30
Ashwin Kumar
96bc5aa42a fix(registry): use node-resolvable backend registry endpoint and add k3s registries runbook 2026-04-11 21:59:50 +02:00
Ashwin Kumar
d2e0a11ed7 fix(gitops): move backend rust images from ghcr to local registry 2026-04-11 20:54:28 +02:00
Ashwin Kumar
5614521b66 fix(k8s): replace underscore backend container names with RFC1123-compliant names 2026-04-11 14:19:57 +02:00
Ashwin Kumar
b568e52400 fix: use unique ports 9100-9117 for all backend rust services 2026-04-09 22:18:35 +02:00
Ashwin Kumar
13edaa96f0 fix: change all service ports to 10000+ range to avoid conflicts
Moved all backend service ports from 8000-8096 range to 10000-10016 range
to avoid port conflicts causing pod shutdowns.

Port assignments:
- Gateway:              10000 (was 8000)
- Users:                10001 (was 8080)
- Companies:            10002 (was 8081)
- Job Seekers:          10003 (was 8082)
- Customers:            10004 (was 8083)
- Payments:             10005 (was 8094)
- Employees:            10006 (was 8096)
- Photographers:        10007 (was 8085)
- Makeup Artists:       10008 (was 8086)
- Tutors:               10009 (was 8087)
- Developers:           10010 (was 8088)
- Video Editors:        10011 (was 8089)
- Graphic Designers:    10012 (was 8090)
- Social Media Managers: 10013 (was 8091)
- Fitness Trainers:     10014 (was 8092)
- Catering Services:    10015 (was 8093)
- UGC Content Creators: 10016 (was 8095)

Updated: deployments, services, configmap, ingress
2026-04-09 13:47:54 +02:00
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