- 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
12 lines
235 B
YAML
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
|