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
resources:
- namespace.yaml
# - backend-deployment.yaml
- backend-deployment.yaml
- backend-service.yaml
- frontend-deployment.yaml
- frontend-service.yaml