minikube working
This commit is contained in:
19
k8s/overlays/on-premise/kustomization.yaml
Normal file
19
k8s/overlays/on-premise/kustomization.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
namespace: ecommerce
|
||||
|
||||
# ── Image overrides ──
|
||||
# Jenkins will run: kustomize edit set image ecommerce-backend=<HARBOR_IMAGE>:<TAG>
|
||||
images:
|
||||
- name: ecommerce-backend
|
||||
newName: 192.168.108.200:80/vaishnavi-ecommerce/ecommerce-backend
|
||||
newTag: latest
|
||||
|
||||
# ── Strategic-merge patches ──
|
||||
patches:
|
||||
- path: backend-patch.yaml
|
||||
- path: secrets-patch.yaml
|
||||
Reference in New Issue
Block a user