diff --git a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml index 15166c1..de72653 100644 --- a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: catering-services - image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-catering-services imagePullPolicy: Always ports: - containerPort: 9115 diff --git a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml index a000312..f5ad76f 100644 --- a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: companies - image: ghcr.io/traceworks2023/nxtgauge-rust-companies + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-companies imagePullPolicy: Always ports: - containerPort: 9102 diff --git a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml index ea39b29..3705fbc 100644 --- a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: cron - image: ghcr.io/traceworks2023/nxtgauge-rust-cron + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-cron imagePullPolicy: Always envFrom: - configMapRef: diff --git a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml index 6c8febf..5ef0b38 100644 --- a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: customers - image: ghcr.io/traceworks2023/nxtgauge-rust-customers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-customers imagePullPolicy: Always ports: - containerPort: 9105 diff --git a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml index 9086c02..0e19159 100644 --- a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: developers - image: ghcr.io/traceworks2023/nxtgauge-rust-developers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-developers imagePullPolicy: Always ports: - containerPort: 9110 diff --git a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml index 8d234ab..1749a09 100644 --- a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: employees - image: ghcr.io/traceworks2023/nxtgauge-rust-employees + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-employees imagePullPolicy: Always ports: - containerPort: 9106 diff --git a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml index 54efcc8..115245e 100644 --- a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: fitness-trainers - image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-fitness-trainers imagePullPolicy: Always ports: - containerPort: 9114 diff --git a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml index 373f30a..cb62110 100644 --- a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: gateway - image: ghcr.io/traceworks2023/nxtgauge-rust-gateway + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-gateway imagePullPolicy: Always ports: - containerPort: 9100 diff --git a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml index 2204dbe..b4b2b5b 100644 --- a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: graphic-designers - image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-graphic-designers imagePullPolicy: Always ports: - containerPort: 9112 diff --git a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml index 4643d1e..734ee62 100644 --- a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: job-seekers - image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-job-seekers imagePullPolicy: Always ports: - containerPort: 9104 diff --git a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml index 3b7f947..479e9f6 100644 --- a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: makeup-artists - image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-makeup-artists imagePullPolicy: Always ports: - containerPort: 9109 diff --git a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml index b1da259..444a9ea 100644 --- a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: payments - image: ghcr.io/traceworks2023/nxtgauge-rust-payments + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-payments imagePullPolicy: Always ports: - containerPort: 9116 diff --git a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml index e9abc0f..3e51e4a 100644 --- a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: photographers - image: ghcr.io/traceworks2023/nxtgauge-rust-photographers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-photographers imagePullPolicy: Always ports: - containerPort: 9107 diff --git a/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml b/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml index fc5ace6..6b4208d 100644 --- a/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: social-media-managers - image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-social-media-managers imagePullPolicy: Always ports: - containerPort: 9113 diff --git a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml index 8d7316a..c400a7c 100644 --- a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: tutors - image: ghcr.io/traceworks2023/nxtgauge-rust-tutors + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-tutors imagePullPolicy: Always ports: - containerPort: 9108 diff --git a/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml b/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml index 53eb317..9146c1f 100644 --- a/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: ugc-content-creators - image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-ugc-content-creators imagePullPolicy: Always ports: - containerPort: 9117 diff --git a/apps/nxtgauge-backend-rust/base/users-deployment.yaml b/apps/nxtgauge-backend-rust/base/users-deployment.yaml index bf817f5..5f6c303 100644 --- a/apps/nxtgauge-backend-rust/base/users-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/users-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: users - image: ghcr.io/traceworks2023/nxtgauge-rust-users + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-users imagePullPolicy: Always ports: - containerPort: 9101 diff --git a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml index 5342b97..be4d0f1 100644 --- a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: video-editors - image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors + image: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-video-editors imagePullPolicy: Always ports: - containerPort: 9111 diff --git a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml index 09a133c..67839b9 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -5,39 +5,39 @@ resources: patchesStrategicMerge: - replicas-patch.yaml images: - - name: ghcr.io/traceworks2023/nxtgauge-rust-gateway + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-gateway newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-users + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-users newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-companies + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-companies newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-job-seekers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-customers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-customers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-payments + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-payments newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-employees + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-employees newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-photographers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-photographers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-makeup-artists newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-tutors + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-tutors newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-developers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-developers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-video-editors + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-video-editors newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-graphic-designers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-social-media-managers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-fitness-trainers newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-catering-services + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-catering-services newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators + - name: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-ugc-content-creators newTag: high-performance-latest - - name: ghcr.io/traceworks2023/nxtgauge-rust-cron + - name: docker-registry.registry.svc.cluster.local: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 c5c862f..741fc04 100644 --- a/argocd/nxtgauge-backend-rust-application.yaml +++ b/argocd/nxtgauge-backend-rust-application.yaml @@ -5,24 +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, - 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=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-gateway:high-performance-latest, + users=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-users:high-performance-latest, + companies=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-companies:high-performance-latest, + job-seekers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-job-seekers:high-performance-latest, + customers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-customers:high-performance-latest, + payments=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-payments:high-performance-latest, + employees=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-employees:high-performance-latest, + photographers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-photographers:high-performance-latest, + makeup-artists=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-makeup-artists:high-performance-latest, + tutors=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-tutors:high-performance-latest, + developers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-developers:high-performance-latest, + video-editors=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-video-editors:high-performance-latest, + graphic-designers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-graphic-designers:high-performance-latest, + social-media-managers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-social-media-managers:high-performance-latest, + fitness-trainers=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-fitness-trainers:high-performance-latest, + catering-services=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-catering-services:high-performance-latest, + ugc-content-creators=docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-ugc-content-creators:high-performance-latest, + cron=docker-registry.registry.svc.cluster.local: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