minikube working
This commit is contained in:
17
k8s/overlays/minikube/kustomization.yaml
Normal file
17
k8s/overlays/minikube/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
namespace: ecommerce
|
||||
|
||||
# ── Use locally built image (minikube docker-env) ──
|
||||
images:
|
||||
- name: ecommerce-backend
|
||||
newName: ecommerce-backend
|
||||
newTag: minikube
|
||||
|
||||
# ── Patches ──
|
||||
patches:
|
||||
- path: backend-patch.yaml
|
||||
Reference in New Issue
Block a user