35 lines
1,010 B
YAML
35 lines
1,010 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- configmap.yaml
|
|
- secret.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- users-deployment.yaml
|
|
- users-service.yaml
|
|
- companies-deployment.yaml
|
|
- companies-service.yaml
|
|
- customers-deployment.yaml
|
|
- customers-service.yaml
|
|
- jobseekers-deployment.yaml
|
|
- jobseekers-service.yaml
|
|
- photographers-deployment.yaml
|
|
- photographers-service.yaml
|
|
- makeup-artists-deployment.yaml
|
|
- makeup-artists-service.yaml
|
|
- tutors-deployment.yaml
|
|
- tutors-service.yaml
|
|
- developers-deployment.yaml
|
|
- developers-service.yaml
|
|
- video-editors-deployment.yaml
|
|
- video-editors-service.yaml
|
|
- graphic-designers-deployment.yaml
|
|
- graphic-designers-service.yaml
|
|
- social-media-managers-deployment.yaml
|
|
- social-media-managers-service.yaml
|
|
- fitness-trainers-deployment.yaml
|
|
- fitness-trainers-service.yaml
|
|
- catering-services-deployment.yaml
|
|
- catering-services-service.yaml
|
|
- ingress.yaml
|