fix: resolve merge conflict in kustomization.yaml

This commit is contained in:
Tracewebstudio Dev 2026-04-15 13:50:45 +02:00
parent 3c521635d4
commit eebcec1465
23 changed files with 59 additions and 59 deletions

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: catering-services
image: registry.nxtgauge.com:5000/nxtgauge-rust-catering-services
image: registry.nxtgauge.com/nxtgauge-rust-catering-services
imagePullPolicy: Always
ports:
- containerPort: 9115

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: companies
image: registry.nxtgauge.com:5000/nxtgauge-rust-companies
image: registry.nxtgauge.com/nxtgauge-rust-companies
imagePullPolicy: Always
ports:
- containerPort: 9102

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: cron
image: registry.nxtgauge.com:5000/nxtgauge-rust-cron
image: registry.nxtgauge.com/nxtgauge-rust-cron
imagePullPolicy: Always
envFrom:
- configMapRef:

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: customers
image: registry.nxtgauge.com:5000/nxtgauge-rust-customers
image: registry.nxtgauge.com/nxtgauge-rust-customers
imagePullPolicy: Always
ports:
- containerPort: 9105

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: developers
image: registry.nxtgauge.com:5000/nxtgauge-rust-developers
image: registry.nxtgauge.com/nxtgauge-rust-developers
imagePullPolicy: Always
ports:
- containerPort: 9110

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: employees
image: registry.nxtgauge.com:5000/nxtgauge-rust-employees
image: registry.nxtgauge.com/nxtgauge-rust-employees
imagePullPolicy: Always
ports:
- containerPort: 9106

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: fitness-trainers
image: registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers
image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers
imagePullPolicy: Always
ports:
- containerPort: 9114

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: gateway
image: registry.nxtgauge.com:5000/nxtgauge-rust-gateway
image: registry.nxtgauge.com/nxtgauge-rust-gateway
imagePullPolicy: Always
ports:
- containerPort: 9100

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: graphic-designers
image: registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers
image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers
imagePullPolicy: Always
ports:
- containerPort: 9112

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: job-seekers
image: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers
image: registry.nxtgauge.com/nxtgauge-rust-job-seekers
imagePullPolicy: Always
ports:
- containerPort: 9104

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: jobs
image: registry.nxtgauge.com:5000/nxtgauge-rust-jobs
image: registry.nxtgauge.com/nxtgauge-rust-jobs
imagePullPolicy: Always
ports:
- containerPort: 9103

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: leads
image: registry.nxtgauge.com:5000/nxtgauge-rust-leads
image: registry.nxtgauge.com/nxtgauge-rust-leads
imagePullPolicy: Always
ports:
- containerPort: 9118

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: makeup-artists
image: registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists
image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists
imagePullPolicy: Always
ports:
- containerPort: 9109

View file

@ -19,7 +19,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: migrate
image: registry.nxtgauge.com:5000/nxtgauge-db-migrate:latest
image: registry.nxtgauge.com/nxtgauge-db-migrate:latest
imagePullPolicy: Always
envFrom:
- secretRef:

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: payments
image: registry.nxtgauge.com:5000/nxtgauge-rust-payments
image: registry.nxtgauge.com/nxtgauge-rust-payments
imagePullPolicy: Always
ports:
- containerPort: 9116

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: photographers
image: registry.nxtgauge.com:5000/nxtgauge-rust-photographers
image: registry.nxtgauge.com/nxtgauge-rust-photographers
imagePullPolicy: Always
ports:
- containerPort: 9107

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: social-media-managers
image: registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers
image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers
imagePullPolicy: Always
ports:
- containerPort: 9113

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: tutors
image: registry.nxtgauge.com:5000/nxtgauge-rust-tutors
image: registry.nxtgauge.com/nxtgauge-rust-tutors
imagePullPolicy: Always
ports:
- containerPort: 9108

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: ugc-content-creators
image: registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators
image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators
imagePullPolicy: Always
ports:
- containerPort: 9117

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: users
image: registry.nxtgauge.com:5000/nxtgauge-rust-users
image: registry.nxtgauge.com/nxtgauge-rust-users
imagePullPolicy: Always
ports:
- containerPort: 9101

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: video-editors
image: registry.nxtgauge.com:5000/nxtgauge-rust-video-editors
image: registry.nxtgauge.com/nxtgauge-rust-video-editors
imagePullPolicy: Always
ports:
- containerPort: 9111

View file

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

View file

@ -5,24 +5,24 @@ metadata:
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: >-
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
gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:high-performance-latest,
users=registry.nxtgauge.com/nxtgauge-rust-users:high-performance-latest,
companies=registry.nxtgauge.com/nxtgauge-rust-companies:high-performance-latest,
job-seekers=registry.nxtgauge.com/nxtgauge-rust-job-seekers:high-performance-latest,
customers=registry.nxtgauge.com/nxtgauge-rust-customers:high-performance-latest,
payments=registry.nxtgauge.com/nxtgauge-rust-payments:high-performance-latest,
employees=registry.nxtgauge.com/nxtgauge-rust-employees:high-performance-latest,
photographers=registry.nxtgauge.com/nxtgauge-rust-photographers:high-performance-latest,
makeup-artists=registry.nxtgauge.com/nxtgauge-rust-makeup-artists:high-performance-latest,
tutors=registry.nxtgauge.com/nxtgauge-rust-tutors:high-performance-latest,
developers=registry.nxtgauge.com/nxtgauge-rust-developers:high-performance-latest,
video-editors=registry.nxtgauge.com/nxtgauge-rust-video-editors:high-performance-latest,
graphic-designers=registry.nxtgauge.com/nxtgauge-rust-graphic-designers:high-performance-latest,
social-media-managers=registry.nxtgauge.com/nxtgauge-rust-social-media-managers:high-performance-latest,
fitness-trainers=registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:high-performance-latest,
catering-services=registry.nxtgauge.com/nxtgauge-rust-catering-services:high-performance-latest,
ugc-content-creators=registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:high-performance-latest,
cron=registry.nxtgauge.com/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