Uncomment backend deployment resource in Notes app kustomization file

This commit is contained in:
emelinda 2026-04-17 12:12:34 +03:00
parent 563e8ae54f
commit f8dcdfb810

View File

@ -4,7 +4,7 @@ kind: Kustomization
namespace: notes namespace: notes
resources: resources:
- namespace.yaml - namespace.yaml
# - backend-deployment.yaml - backend-deployment.yaml
- backend-service.yaml - backend-service.yaml
- frontend-deployment.yaml - frontend-deployment.yaml
- frontend-service.yaml - frontend-service.yaml