diff --git a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml index f6f19fa..dfc5ad8 100644 --- a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: jobs - image: ghcr.io/traceworks2023/nxtgauge-rust-jobs:high-performance-latest + image: registry.nxtgauge.com:5000/nxtgauge-rust-jobs imagePullPolicy: Always ports: - containerPort: 9103 diff --git a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml index 3b4d394..a6c1cc9 100644 --- a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: leads - image: ghcr.io/traceworks2023/nxtgauge-rust-leads:high-performance-latest + image: registry.nxtgauge.com:5000/nxtgauge-rust-leads imagePullPolicy: Always ports: - containerPort: 9118 diff --git a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml index fb41275..748c4f2 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -5,43 +5,39 @@ resources: patchesStrategicMerge: - replicas-patch.yaml images: - - name: ghcr.io/traceworks2023/nxtgauge-rust-gateway + - name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-users + - name: registry.nxtgauge.com:5000/nxtgauge-rust-users newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-companies + - name: registry.nxtgauge.com:5000/nxtgauge-rust-companies newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-jobs + - name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-leads + - name: registry.nxtgauge.com:5000/nxtgauge-rust-customers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-payments newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-customers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-employees newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-payments + - name: registry.nxtgauge.com:5000/nxtgauge-rust-photographers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-employees + - name: registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-photographers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-tutors newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists + - name: registry.nxtgauge.com:5000/nxtgauge-rust-developers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-tutors + - name: registry.nxtgauge.com:5000/nxtgauge-rust-video-editors newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-developers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-video-editors + - name: registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-catering-services newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers + - name: registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators newTag: high-performance-latest - - 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 + - name: registry.nxtgauge.com:5000/nxtgauge-rust-cron newTag: high-performance-latest diff --git a/argocd/nxtgauge-backend-rust-application.yaml b/argocd/nxtgauge-backend-rust-application.yaml index 8d66412..9a6c6f4 100644 --- a/argocd/nxtgauge-backend-rust-application.yaml +++ b/argocd/nxtgauge-backend-rust-application.yaml @@ -5,26 +5,24 @@ metadata: namespace: argocd annotations: argocd-image-updater.argoproj.io/image-list: >- - gateway=ghcr.io/traceworks2023/nxtgauge-rust-gateway:high-performance-latest, - users=ghcr.io/traceworks2023/nxtgauge-rust-users:high-performance-latest, - companies=ghcr.io/traceworks2023/nxtgauge-rust-companies:high-performance-latest, - jobs=ghcr.io/traceworks2023/nxtgauge-rust-jobs:high-performance-latest, - leads=ghcr.io/traceworks2023/nxtgauge-rust-leads:high-performance-latest, - job-seekers=ghcr.io/traceworks2023/nxtgauge-rust-job-seekers:high-performance-latest, - customers=ghcr.io/traceworks2023/nxtgauge-rust-customers:high-performance-latest, - payments=ghcr.io/traceworks2023/nxtgauge-rust-payments:high-performance-latest, - employees=ghcr.io/traceworks2023/nxtgauge-rust-employees:high-performance-latest, - photographers=ghcr.io/traceworks2023/nxtgauge-rust-photographers:high-performance-latest, - makeup-artists=ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists:high-performance-latest, - tutors=ghcr.io/traceworks2023/nxtgauge-rust-tutors:high-performance-latest, - developers=ghcr.io/traceworks2023/nxtgauge-rust-developers:high-performance-latest, - video-editors=ghcr.io/traceworks2023/nxtgauge-rust-video-editors:high-performance-latest, - graphic-designers=ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers:high-performance-latest, - social-media-managers=ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers:high-performance-latest, - fitness-trainers=ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers:high-performance-latest, - catering-services=ghcr.io/traceworks2023/nxtgauge-rust-catering-services:high-performance-latest, - ugc-content-creators=ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators:high-performance-latest, - cron=ghcr.io/traceworks2023/nxtgauge-rust-cron:high-performance-latest + gateway=registry.nxtgauge.com:5000/nxtgauge-rust-gateway:high-performance-latest, + users=registry.nxtgauge.com:5000/nxtgauge-rust-users:high-performance-latest, + companies=registry.nxtgauge.com:5000/nxtgauge-rust-companies:high-performance-latest, + job-seekers=registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers:high-performance-latest, + customers=registry.nxtgauge.com:5000/nxtgauge-rust-customers:high-performance-latest, + payments=registry.nxtgauge.com:5000/nxtgauge-rust-payments:high-performance-latest, + employees=registry.nxtgauge.com:5000/nxtgauge-rust-employees:high-performance-latest, + photographers=registry.nxtgauge.com:5000/nxtgauge-rust-photographers:high-performance-latest, + makeup-artists=registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists:high-performance-latest, + tutors=registry.nxtgauge.com:5000/nxtgauge-rust-tutors:high-performance-latest, + developers=registry.nxtgauge.com:5000/nxtgauge-rust-developers:high-performance-latest, + video-editors=registry.nxtgauge.com:5000/nxtgauge-rust-video-editors:high-performance-latest, + graphic-designers=registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers:high-performance-latest, + social-media-managers=registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers:high-performance-latest, + fitness-trainers=registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers:high-performance-latest, + catering-services=registry.nxtgauge.com:5000/nxtgauge-rust-catering-services:high-performance-latest, + ugc-content-creators=registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators:high-performance-latest, + cron=registry.nxtgauge.com:5000/nxtgauge-rust-cron:high-performance-latest argocd-image-updater.argoproj.io/gateway.update-strategy: digest argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^high-performance-latest$ argocd-image-updater.argoproj.io/users.update-strategy: digest