feat(kustomize): generate base kustomization.yaml for k8s-specifications
This commit is contained in:
12
k8s-specifications/kustomization.yaml
Normal file
12
k8s-specifications/kustomization.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- db-deployment.yaml
|
||||||
|
- db-service.yaml
|
||||||
|
- redis-deployment.yaml
|
||||||
|
- redis-service.yaml
|
||||||
|
- result-deployment.yaml
|
||||||
|
- result-service.yaml
|
||||||
|
- vote-deployment.yaml
|
||||||
|
- vote-service.yaml
|
||||||
|
- worker-deployment.yaml
|
||||||
Reference in New Issue
Block a user