Files
m3db-vke-setup/kustomization.yaml
biondizzle a8469f79d7 Fix m3dbnode port conflict, update README, fix test script
- Remove duplicate db.metrics section (port 7203 conflict)
- Fix coordinator health endpoint (/health not /api/v1/services/m3db/health)
- Update README: remove NodePort references, always use LoadBalancer
- Add bootstrap instructions (workaround for init job chicken-and-egg)
- Fix test-metrics.sh: correct health endpoint and JSON parsing
2026-03-31 15:49:59 +00:00

12 lines
235 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- 00-namespace.yaml
- 01-storageclass.yaml
- 02-etcd.yaml
- 03-configmaps.yaml
- 04-m3dbnode.yaml
- 05-m3coordinator.yaml
- 06-init-and-pdb.yaml