From 09c894edc238457ce3bff810fddf558b9a0c70ff Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Mon, 13 Apr 2026 18:44:59 +0200 Subject: [PATCH] fix: update overlay images to ghcr.io and remove namespace from replica patch The Kustomize build was failing because overlay images referenced registry.nxtgauge.com:5000 but base deployments now use ghcr.io. Also removed namespace from replicas-patch.yaml (namespace already removed from all base deployments) --- .../overlays/prod/kustomization.yaml | 40 ++++++++++--------- .../overlays/prod/replicas-patch.yaml | 1 - 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml index 748c4f2..fb41275 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -5,39 +5,43 @@ resources: patchesStrategicMerge: - replicas-patch.yaml images: - - name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway + - name: ghcr.io/traceworks2023/nxtgauge-rust-gateway newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-users + - name: ghcr.io/traceworks2023/nxtgauge-rust-users newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-companies + - name: ghcr.io/traceworks2023/nxtgauge-rust-companies newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers + - name: ghcr.io/traceworks2023/nxtgauge-rust-jobs newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-customers + - name: ghcr.io/traceworks2023/nxtgauge-rust-leads newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-payments + - name: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-employees + - name: ghcr.io/traceworks2023/nxtgauge-rust-customers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-photographers + - name: ghcr.io/traceworks2023/nxtgauge-rust-payments newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists + - name: ghcr.io/traceworks2023/nxtgauge-rust-employees newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-tutors + - name: ghcr.io/traceworks2023/nxtgauge-rust-photographers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-developers + - name: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-video-editors + - name: ghcr.io/traceworks2023/nxtgauge-rust-tutors newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers + - name: ghcr.io/traceworks2023/nxtgauge-rust-developers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers + - name: ghcr.io/traceworks2023/nxtgauge-rust-video-editors newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers + - name: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-catering-services + - name: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators + - name: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers newTag: high-performance-latest - - name: registry.nxtgauge.com:5000/nxtgauge-rust-cron + - name: ghcr.io/traceworks2023/nxtgauge-rust-catering-services + newTag: high-performance-latest + - name: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators + newTag: high-performance-latest + - name: ghcr.io/traceworks2023/nxtgauge-rust-cron newTag: high-performance-latest diff --git a/apps/nxtgauge-backend-rust/overlays/prod/replicas-patch.yaml b/apps/nxtgauge-backend-rust/overlays/prod/replicas-patch.yaml index 114cca5..4b07673 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/replicas-patch.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/replicas-patch.yaml @@ -2,6 +2,5 @@ apiVersion: apps/v1 kind: Deployment metadata: name: nxtgauge-rust-gateway - namespace: nxtgauge spec: replicas: 2