start using kustomize
Casa LMS CI/CD Pipeline / deploy (push) Successful in 16s

This commit is contained in:
Márcio Fernandes
2025-11-30 21:16:52 +00:00
parent 8f0de6ca92
commit 2649221f92
16 changed files with 205 additions and 184 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- music-pvc.yaml
- lms-data-pvc.yaml
- playlists-pvc.yaml
generatorOptions:
disableNameSuffixHash: true