nxtgauge-gitops/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml
Tracewebstudio Dev 696dfb55ee feat: update backend to d084491 with v1 API support
- Add /api/v1/users routing to gateway and users service
- Support legacy resend-otp endpoint for backward compatibility
2026-04-16 18:06:39 +02:00

52 lines
2.1 KiB
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
patches:
- path: replicas-patch.yaml
target:
kind: Deployment
name: nxtgauge-rust-gateway
images:
- name: registry.nxtgauge.com/nxtgauge-rust-gateway
newTag: d084491
- name: registry.nxtgauge.com/nxtgauge-rust-users
newTag: d084491
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
newTag: 152f918
- name: registry.nxtgauge.com/nxtgauge-rust-companies
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-job-seekers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-jobs
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-leads
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-customers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-payments
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-employees
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-photographers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-makeup-artists
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-tutors
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-developers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-video-editors
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-graphic-designers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-social-media-managers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-catering-services
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-cron
newTag: high-performance-latest