Skip to content

Commit 4462c62

Browse files
committed
feat: Add KubestateMetrics App
ref:
1 parent e83286a commit 4462c62

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
3+
apiVersion: kustomize.config.k8s.io/v1beta1
4+
kind: Kustomization
5+
6+
# v 0.15.0 = 68444c6b63b032a8761da09182ef63d89cc65cd5
7+
resources:
8+
- https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/68444c6b63b032a8761da09182ef63d89cc65cd5/manifests/kubeStateMetrics-clusterRole.yaml
9+
- https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/68444c6b63b032a8761da09182ef63d89cc65cd5/manifests/kubeStateMetrics-clusterRoleBinding.yaml
10+
- https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/68444c6b63b032a8761da09182ef63d89cc65cd5/manifests/kubeStateMetrics-deployment.yaml
11+
- https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/68444c6b63b032a8761da09182ef63d89cc65cd5/manifests/kubeStateMetrics-service.yaml
12+
- https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/68444c6b63b032a8761da09182ef63d89cc65cd5/manifests/kubeStateMetrics-serviceAccount.yaml

0 commit comments

Comments
 (0)