Commit graph

6 commits

Author SHA1 Message Date
Rimuru (Hermes Agent)
3119172f96 fix: add imagePullSecrets and pin all rust services to working e6d85ffc tag 2026-06-08 16:48:06 +05:30
Tracewebstudio Dev
eebcec1465 fix: resolve merge conflict in kustomization.yaml 2026-04-15 13:50:45 +02:00
Tracewebstudio Dev
de4df47d38 fix: revert to registry.nxtgauge.com:5000 for all services
Reverting ghcr.io changes - production uses internal registry.
Updated:
- jobs-deployment.yaml: ghcr.io → registry.nxtgauge.com:5000/nxtgauge-rust-jobs
- leads-deployment.yaml: ghcr.io → registry.nxtgauge.com:5000/nxtgauge-rust-leads
- overlays/prod/kustomization.yaml: all images back to registry.nxtgauge.com:5000
- Argo application: image-updater back to registry.nxtgauge.com:5000
2026-04-13 18:46:59 +02:00
Tracewebstudio Dev
5312f60bf8 fix: remove namespace from all deployment files
Namespace is now managed by Argo's spec.destination.namespace (nxtgauge)
This stops the permanent OutOfSync noise from duplicate namespace definitions.
2026-04-13 18:24:19 +02:00
Tracewebstudio Dev
dc5aacb03c fix: update jobs/leads to use ghcr.io and add Argo image-updater config
- Switch jobs/leads deployments from registry.nxtgauge.com:5000 to ghcr.io/traceworks2023
- Add jobs and leads to argocd-image-updater image list with digest strategy
- All services now tracked by Argo image-updater for automatic updates
2026-04-13 18:22:40 +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