fix: add imagePullSecrets and pin all rust services to working e6d85ffc tag

This commit is contained in:
Rimuru (Hermes Agent) 2026-06-08 16:48:06 +05:30
parent 8ffeca7458
commit 3119172f96
20 changed files with 76 additions and 40 deletions

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-catering-services app: nxtgauge-rust-catering-services
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: catering-services - name: catering-services
image: registry.nxtgauge.com/nxtgauge-rust-catering-services image: registry.nxtgauge.com/nxtgauge-rust-catering-services:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9115 - containerPort: 9115

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-companies app: nxtgauge-rust-companies
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: companies - name: companies
image: registry.nxtgauge.com/nxtgauge-rust-companies image: registry.nxtgauge.com/nxtgauge-rust-companies:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9102 - containerPort: 9102

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-cron app: nxtgauge-rust-cron
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: cron - name: cron
image: registry.nxtgauge.com/nxtgauge-rust-cron image: registry.nxtgauge.com/nxtgauge-rust-cron:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
envFrom: envFrom:
- configMapRef: - configMapRef:

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-customers app: nxtgauge-rust-customers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: customers - name: customers
image: registry.nxtgauge.com/nxtgauge-rust-customers image: registry.nxtgauge.com/nxtgauge-rust-customers:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9105 - containerPort: 9105

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-developers app: nxtgauge-rust-developers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: developers - name: developers
image: registry.nxtgauge.com/nxtgauge-rust-developers image: registry.nxtgauge.com/nxtgauge-rust-developers:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9110 - containerPort: 9110

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-employees app: nxtgauge-rust-employees
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: employees - name: employees
image: registry.nxtgauge.com/nxtgauge-rust-employees image: registry.nxtgauge.com/nxtgauge-rust-employees:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9106 - containerPort: 9106

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-fitness-trainers app: nxtgauge-rust-fitness-trainers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: fitness-trainers - name: fitness-trainers
image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9114 - containerPort: 9114

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-gateway app: nxtgauge-rust-gateway
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: gateway - name: gateway
image: registry.nxtgauge.com/nxtgauge-rust-gateway image: registry.nxtgauge.com/nxtgauge-rust-gateway:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9100 - containerPort: 9100

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-graphic-designers app: nxtgauge-rust-graphic-designers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: graphic-designers - name: graphic-designers
image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9112 - containerPort: 9112

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-job-seekers app: nxtgauge-rust-job-seekers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: job-seekers - name: job-seekers
image: registry.nxtgauge.com/nxtgauge-rust-job-seekers image: registry.nxtgauge.com/nxtgauge-rust-job-seekers:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9104 - containerPort: 9104

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-jobs app: nxtgauge-rust-jobs
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: jobs - name: jobs
image: registry.nxtgauge.com/nxtgauge-rust-jobs image: registry.nxtgauge.com/nxtgauge-rust-jobs:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9103 - containerPort: 9103

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-leads app: nxtgauge-rust-leads
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: leads - name: leads
image: registry.nxtgauge.com/nxtgauge-rust-leads image: registry.nxtgauge.com/nxtgauge-rust-leads:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9118 - containerPort: 9118

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-makeup-artists app: nxtgauge-rust-makeup-artists
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: makeup-artists - name: makeup-artists
image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9109 - containerPort: 9109

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-payments app: nxtgauge-rust-payments
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: payments - name: payments
image: registry.nxtgauge.com/nxtgauge-rust-payments image: registry.nxtgauge.com/nxtgauge-rust-payments:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9116 - containerPort: 9116

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-photographers app: nxtgauge-rust-photographers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: photographers - name: photographers
image: registry.nxtgauge.com/nxtgauge-rust-photographers image: registry.nxtgauge.com/nxtgauge-rust-photographers:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9107 - containerPort: 9107

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-social-media-managers app: nxtgauge-rust-social-media-managers
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: social-media-managers - 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 imagePullPolicy: Always
ports: ports:
- containerPort: 9113 - containerPort: 9113

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-tutors app: nxtgauge-rust-tutors
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: tutors - name: tutors
image: registry.nxtgauge.com/nxtgauge-rust-tutors image: registry.nxtgauge.com/nxtgauge-rust-tutors:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9108 - containerPort: 9108

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-ugc-content-creators app: nxtgauge-rust-ugc-content-creators
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: ugc-content-creators - 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 imagePullPolicy: Always
ports: ports:
- containerPort: 9117 - containerPort: 9117

View file

@ -14,9 +14,11 @@ spec:
labels: labels:
app: nxtgauge-rust-video-editors app: nxtgauge-rust-video-editors
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: video-editors - name: video-editors
image: registry.nxtgauge.com/nxtgauge-rust-video-editors image: registry.nxtgauge.com/nxtgauge-rust-video-editors:e6d85ffc8367885050b9434494f291724cc523c0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9111 - containerPort: 9111

View file

@ -9,44 +9,42 @@ patches:
name: nxtgauge-rust-gateway name: nxtgauge-rust-gateway
images: images:
- name: registry.nxtgauge.com/nxtgauge-rust-gateway - name: registry.nxtgauge.com/nxtgauge-rust-gateway
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-users - name: registry.nxtgauge.com/nxtgauge-rust-users
newTag: e6d85ffc8367885050b9434494f291724cc523c0 newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-companies - name: registry.nxtgauge.com/nxtgauge-rust-companies
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-job-seekers - name: registry.nxtgauge.com/nxtgauge-rust-job-seekers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-jobs - name: registry.nxtgauge.com/nxtgauge-rust-jobs
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-leads - name: registry.nxtgauge.com/nxtgauge-rust-leads
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-customers - name: registry.nxtgauge.com/nxtgauge-rust-customers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-payments - name: registry.nxtgauge.com/nxtgauge-rust-payments
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-employees - name: registry.nxtgauge.com/nxtgauge-rust-employees
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-photographers - name: registry.nxtgauge.com/nxtgauge-rust-photographers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-makeup-artists - name: registry.nxtgauge.com/nxtgauge-rust-makeup-artists
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-tutors - name: registry.nxtgauge.com/nxtgauge-rust-tutors
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-developers - name: registry.nxtgauge.com/nxtgauge-rust-developers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-video-editors - name: registry.nxtgauge.com/nxtgauge-rust-video-editors
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-graphic-designers - name: registry.nxtgauge.com/nxtgauge-rust-graphic-designers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-social-media-managers - name: registry.nxtgauge.com/nxtgauge-rust-social-media-managers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers - name: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-catering-services - name: registry.nxtgauge.com/nxtgauge-rust-catering-services
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators - name: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0
- name: registry.nxtgauge.com/nxtgauge-rust-cron - name: registry.nxtgauge.com/nxtgauge-rust-cron
newTag: high-performance-latest newTag: e6d85ffc8367885050b9434494f291724cc523c0