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