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)
47 lines
2 KiB
YAML
47 lines
2 KiB
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patchesStrategicMerge:
|
|
- replicas-patch.yaml
|
|
images:
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-gateway
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-users
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-companies
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-jobs
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-leads
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-customers
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-payments
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-employees
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-photographers
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-tutors
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-developers
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-video-editors
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers
|
|
newTag: high-performance-latest
|
|
- name: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers
|
|
newTag: high-performance-latest
|
|
- 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
|