updated file kustomization added namespace

This commit is contained in:
syifa 2025-11-19 02:43:36 +00:00
parent 470b1d9c2a
commit 48d58ecf84
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- namespace.yaml
- backend-deployment.yaml - backend-deployment.yaml
- frontend-deployment.yaml - frontend-deployment.yaml
- mysql-deployment.yaml - mysql-deployment.yaml