fix: update overlay images to ghcr.io and remove namespace from replica patch
The Kustomize build was failing because overlay images referenced registry.nxtgauge.com:5000 but base deployments now use ghcr.io. Also removed namespace from replicas-patch.yaml (namespace already removed from all base deployments)
This commit is contained in:
parent
8542c72e31
commit
09c894edc2
2 changed files with 22 additions and 19 deletions
|
|
@ -5,39 +5,43 @@ resources:
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- replicas-patch.yaml
|
- replicas-patch.yaml
|
||||||
images:
|
images:
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-gateway
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-users
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-users
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-companies
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-companies
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-jobs
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-customers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-leads
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-payments
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-employees
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-customers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-photographers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-payments
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-employees
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-tutors
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-photographers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-developers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-video-editors
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-tutors
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-developers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-video-editors
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-catering-services
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-cron
|
- 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
|
||||||
newTag: high-performance-latest
|
newTag: high-performance-latest
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,5 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-gateway
|
name: nxtgauge-rust-gateway
|
||||||
namespace: nxtgauge
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue