start using kustomize
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 16s
All checks were successful
Casa LMS CI/CD Pipeline / deploy (push) Successful in 16s
This commit is contained in:
10
deploy/app/kustomization.yaml
Normal file
10
deploy/app/kustomization.yaml
Normal 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
|
||||
Reference in New Issue
Block a user