Uncomment backend deployment resource in Notes app kustomization file
This commit is contained in:
parent
563e8ae54f
commit
f8dcdfb810
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user