Update k8s/overlays/local/kustomization.yaml
Some checks are pending
eCommerce-backend/pipeline/head Build queued...
Some checks are pending
eCommerce-backend/pipeline/head Build queued...
This commit is contained in:
@@ -5,10 +5,24 @@ resources:
|
|||||||
- ../../base
|
- ../../base
|
||||||
images:
|
images:
|
||||||
- name: ecommerce-backend
|
- name: ecommerce-backend
|
||||||
newName: ecommerce-backend
|
newName: 192.168.108.200:80/vaishnavi-ecommerce/ecommerce-backend
|
||||||
newTag: latest
|
newTag: latest # Jenkins will patch this via: kustomize edit set image
|
||||||
patches:
|
patches:
|
||||||
- path: patches/deployment-patch.yaml
|
- path: patches/deployment-patch.yaml
|
||||||
target:
|
target:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: ecommerce-app
|
name: ecommerce-app
|
||||||
|
# apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
# kind: Kustomization
|
||||||
|
# namespace: ecommerce
|
||||||
|
# resources:
|
||||||
|
# - ../../base
|
||||||
|
# images:
|
||||||
|
# - name: ecommerce-backend
|
||||||
|
# newName: ecommerce-backend
|
||||||
|
# newTag: latest
|
||||||
|
# patches:
|
||||||
|
# - path: patches/deployment-patch.yaml
|
||||||
|
# target:
|
||||||
|
# kind: Deployment
|
||||||
|
# name: ecommerce-app
|
||||||
|
|||||||
Reference in New Issue
Block a user