From 6c697d38e35bb654ef89d230ea24b9524dd87e99 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 23 Mar 2026 17:40:06 +0000 Subject: [PATCH] feat(kustomize): generate base kustomization.yaml for k8s-specifications --- k8s-specifications/kustomization.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 k8s-specifications/kustomization.yaml diff --git a/k8s-specifications/kustomization.yaml b/k8s-specifications/kustomization.yaml new file mode 100644 index 0000000..6e35f17 --- /dev/null +++ b/k8s-specifications/kustomization.yaml @@ -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