Update workloads/ecommerce/kustomization.yaml
Build and Push Frontend / build (push) Successful in 2m27s
Build and Push Frontend / build (push) Successful in 2m27s
El Service incluido dentro de frontend.yaml no será modificado, porque el patch apunta exclusivamente al recurso: Deployment/frontend-deploy
This commit is contained in:
@@ -4,4 +4,19 @@ kind: Kustomization
|
||||
resources:
|
||||
- frontend.yaml
|
||||
- catalog-api.yaml
|
||||
- ingress.yaml
|
||||
- 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
|
||||
Reference in New Issue
Block a user