Make Kustomize manifests more modular

This commit is contained in:
2024-07-28 20:53:43 -05:00
parent 7fc61df477
commit c57d3303ed
6 changed files with 16 additions and 3 deletions

View File

@ -3,6 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: toy
resources:
- deployment.yaml
- services.yaml
- ingress.yaml
- namespace.yaml
- ./app