Files
vote/k8s-specifications/kustomization.yaml
demo-bot 6c697d38e3
Some checks failed
CI Pipeline / Build and Test (push) Successful in 5s
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
feat(kustomize): generate base kustomization.yaml for k8s-specifications
2026-03-23 17:40:06 +00:00

13 lines
292 B
YAML

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