fix(gitops): unblock backend argocd kustomize render and tag jobs/leads images
This commit is contained in:
parent
de4df47d38
commit
400e43ee08
1 changed files with 9 additions and 2 deletions
|
|
@ -2,8 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- replicas-patch.yaml
|
||||
patches:
|
||||
- path: replicas-patch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: nxtgauge-rust-gateway
|
||||
images:
|
||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway
|
||||
newTag: high-performance-latest
|
||||
|
|
@ -13,6 +16,10 @@ images:
|
|||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-jobs
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-leads
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-customers
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com:5000/nxtgauge-rust-payments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue