diff --git a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml index 1293e7b..615191a 100644 --- a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-catering-services spec: + imagePullSecrets: + - name: regcred containers: - name: catering-services - image: registry.nxtgauge.com/nxtgauge-rust-catering-services + image: registry.nxtgauge.com/nxtgauge-rust-catering-services:e6d85ffc8367885050b9434494f291724cc523c0 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 602a12a..47ce2ce 100644 --- a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-companies spec: + imagePullSecrets: + - name: regcred containers: - name: companies - image: registry.nxtgauge.com/nxtgauge-rust-companies + image: registry.nxtgauge.com/nxtgauge-rust-companies:e6d85ffc8367885050b9434494f291724cc523c0 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 4201f02..789d499 100644 --- a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-cron spec: + imagePullSecrets: + - name: regcred containers: - name: cron - image: registry.nxtgauge.com/nxtgauge-rust-cron + image: registry.nxtgauge.com/nxtgauge-rust-cron:e6d85ffc8367885050b9434494f291724cc523c0 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 a573302..f181b85 100644 --- a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-customers spec: + imagePullSecrets: + - name: regcred containers: - name: customers - image: registry.nxtgauge.com/nxtgauge-rust-customers + image: registry.nxtgauge.com/nxtgauge-rust-customers:e6d85ffc8367885050b9434494f291724cc523c0 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 f052e88..bf6f871 100644 --- a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-developers spec: + imagePullSecrets: + - name: regcred containers: - name: developers - image: registry.nxtgauge.com/nxtgauge-rust-developers + image: registry.nxtgauge.com/nxtgauge-rust-developers:e6d85ffc8367885050b9434494f291724cc523c0 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 ce9bd5d..17b5fa2 100644 --- a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-employees spec: + imagePullSecrets: + - name: regcred containers: - name: employees - image: registry.nxtgauge.com/nxtgauge-rust-employees + image: registry.nxtgauge.com/nxtgauge-rust-employees:e6d85ffc8367885050b9434494f291724cc523c0 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 f8be2f3..fe31d0d 100644 --- a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-fitness-trainers spec: + imagePullSecrets: + - name: regcred containers: - name: fitness-trainers - image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers + image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:e6d85ffc8367885050b9434494f291724cc523c0 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 665f554..a1c2cc9 100644 --- a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-gateway spec: + imagePullSecrets: + - name: regcred containers: - name: gateway - image: registry.nxtgauge.com/nxtgauge-rust-gateway + image: registry.nxtgauge.com/nxtgauge-rust-gateway:e6d85ffc8367885050b9434494f291724cc523c0 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 3caab8c..906c405 100644 --- a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-graphic-designers spec: + imagePullSecrets: + - name: regcred containers: - name: graphic-designers - image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers + image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers:e6d85ffc8367885050b9434494f291724cc523c0 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 0648e26..6e036a6 100644 --- a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-job-seekers spec: + imagePullSecrets: + - name: regcred containers: - name: job-seekers - image: registry.nxtgauge.com/nxtgauge-rust-job-seekers + image: registry.nxtgauge.com/nxtgauge-rust-job-seekers:e6d85ffc8367885050b9434494f291724cc523c0 imagePullPolicy: Always ports: - containerPort: 9104 diff --git a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml index 3cbe858..80e0f50 100644 --- a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-jobs spec: + imagePullSecrets: + - name: regcred containers: - name: jobs - image: registry.nxtgauge.com/nxtgauge-rust-jobs + image: registry.nxtgauge.com/nxtgauge-rust-jobs:e6d85ffc8367885050b9434494f291724cc523c0 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 fbbe6af..45fb837 100644 --- a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-leads spec: + imagePullSecrets: + - name: regcred containers: - name: leads - image: registry.nxtgauge.com/nxtgauge-rust-leads + image: registry.nxtgauge.com/nxtgauge-rust-leads:e6d85ffc8367885050b9434494f291724cc523c0 imagePullPolicy: Always ports: - containerPort: 9118 diff --git a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml index 0e620b8..b0c9951 100644 --- a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-makeup-artists spec: + imagePullSecrets: + - name: regcred containers: - name: makeup-artists - image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists + image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists:e6d85ffc8367885050b9434494f291724cc523c0 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 0d09167..1d1c241 100644 --- a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-payments spec: + imagePullSecrets: + - name: regcred containers: - name: payments - image: registry.nxtgauge.com/nxtgauge-rust-payments + image: registry.nxtgauge.com/nxtgauge-rust-payments:e6d85ffc8367885050b9434494f291724cc523c0 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 87cb9c3..187d0b1 100644 --- a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-photographers spec: + imagePullSecrets: + - name: regcred containers: - name: photographers - image: registry.nxtgauge.com/nxtgauge-rust-photographers + image: registry.nxtgauge.com/nxtgauge-rust-photographers:e6d85ffc8367885050b9434494f291724cc523c0 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 3159b52..e820c71 100644 --- a/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-social-media-managers spec: + imagePullSecrets: + - name: regcred containers: - name: social-media-managers - image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers + image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers:e6d85ffc8367885050b9434494f291724cc523c0 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 2056811..3fe7974 100644 --- a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-tutors spec: + imagePullSecrets: + - name: regcred containers: - name: tutors - image: registry.nxtgauge.com/nxtgauge-rust-tutors + image: registry.nxtgauge.com/nxtgauge-rust-tutors:e6d85ffc8367885050b9434494f291724cc523c0 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 e1e1b5b..2fd3ed0 100644 --- a/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-ugc-content-creators spec: + imagePullSecrets: + - name: regcred containers: - name: ugc-content-creators - image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators + image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:e6d85ffc8367885050b9434494f291724cc523c0 imagePullPolicy: Always ports: - containerPort: 9117 diff --git a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml index 6b29794..67ba728 100644 --- a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml @@ -14,9 +14,11 @@ spec: labels: app: nxtgauge-rust-video-editors spec: + imagePullSecrets: + - name: regcred containers: - name: video-editors - image: registry.nxtgauge.com/nxtgauge-rust-video-editors + image: registry.nxtgauge.com/nxtgauge-rust-video-editors:e6d85ffc8367885050b9434494f291724cc523c0 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 7a5dba6..0002463 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -9,44 +9,42 @@ patches: name: nxtgauge-rust-gateway images: - name: registry.nxtgauge.com/nxtgauge-rust-gateway - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-users newTag: e6d85ffc8367885050b9434494f291724cc523c0 - - name: registry.nxtgauge.com/nxtgauge-frontend-solid - newTag: high-performance-latest - name: registry.nxtgauge.com/nxtgauge-rust-companies - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-job-seekers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-jobs - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-leads - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-customers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-payments - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-employees - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-photographers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-makeup-artists - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-tutors - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-developers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-video-editors - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-graphic-designers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-social-media-managers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-catering-services - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0 - name: registry.nxtgauge.com/nxtgauge-rust-cron - newTag: high-performance-latest + newTag: e6d85ffc8367885050b9434494f291724cc523c0