From 1802a708453f299c1c9c185c83388e174d7c6543 Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 26 Jul 2026 20:04:51 +0000 Subject: [PATCH] Update workloads/ecommerce/kustomization.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El Service incluido dentro de frontend.yaml no serĂ¡ modificado, porque el patch apunta exclusivamente al recurso: Deployment/frontend-deploy --- workloads/ecommerce/kustomization.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/workloads/ecommerce/kustomization.yaml b/workloads/ecommerce/kustomization.yaml index 638aa6d..01bd806 100644 --- a/workloads/ecommerce/kustomization.yaml +++ b/workloads/ecommerce/kustomization.yaml @@ -4,4 +4,19 @@ kind: Kustomization resources: - frontend.yaml - catalog-api.yaml - - ingress.yaml \ No newline at end of file + - ingress.yaml + +patches: + - path: patches/frontend-resources.yaml + target: + group: apps + version: v1 + kind: Deployment + name: frontend-deploy + + - path: patches/catalog-resources.yaml + target: + group: apps + version: v1 + kind: Deployment + name: catalog-api-deploy \ No newline at end of file