feat(kustomize): generate base kustomization.yaml for k8s-specifications
Some checks failed
CI Pipeline / Build and Test (push) Successful in 5s
Build and Publish TechDocs / build-and-publish (push) Has been cancelled

This commit is contained in:
2026-03-23 17:40:06 +00:00
parent 3f7396407b
commit 6c697d38e3

View 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