...
1apiVersion: kustomize.config.k8s.io/v1beta1
2kind: Kustomization
3labels:
4- includeSelectors: true
5 pairs:
6 app: kube-state-metrics
7 app.kubernetes.io/name: kube-state-metrics
8resources:
9- deployment.yaml
10- linkerd.yaml
11- rbac.yaml
12- service.yaml
13- serviceaccount.yaml
14- servicemonitor.yaml
15components:
16- ../../../../../third_party/o11y/kube-state-metrics/patches
17# Grabs a patch that will only deploy this pallet to the server/control plane
18- ../../../../components/edge/patches/server-preferred
19# Grabs a patch that prevents rescheduling if preferred node is unavailable
20- ../../../../components/edge/patches/tolerations
View as plain text