move monitoring to services
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: monitoring
|
||||
resources:
|
||||
- helm/helm-repo.yaml
|
||||
- helm/helm-release.yaml
|
||||
- prometheus-agent.yaml
|
||||
secretGenerator:
|
||||
- name: prometheus-stack-helm-values
|
||||
files:
|
||||
- 01-only-crd-and-operator.yaml=helm/01-only-crd-and-operator.yaml
|
||||
- 02-kube-metrics.yaml=helm/02-kube-metrics.yaml
|
||||
- 03-node-exporter.yaml=helm/03-node-exporter.yaml
|
||||
- 04-kubelet.yaml=helm/helm/04-kubelet.yaml
|
||||
Reference in New Issue
Block a user