feat(kube-state-metrics): Change deployment to manifests
This commit is contained in:
parent
2ec8fb390f
commit
5af1f9fedd
0
manifests/kube-state-metrics/clusterrole.yaml
Normal file
0
manifests/kube-state-metrics/clusterrole.yaml
Normal file
0
manifests/kube-state-metrics/deployment.yaml
Normal file
0
manifests/kube-state-metrics/deployment.yaml
Normal file
@ -3,5 +3,9 @@ kind: Kustomization
|
|||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- git@github.com:kubernetes/kube-state-metrics/examples/standard?ref=v2.14.0
|
- clusterrole.yaml
|
||||||
|
- clusterrolebinding.yaml
|
||||||
|
- serviceaccount.yaml
|
||||||
|
- deployment.yaml
|
||||||
|
- service.yaml
|
||||||
- servicemonitor.yaml
|
- servicemonitor.yaml
|
||||||
|
0
manifests/kube-state-metrics/service.yaml
Normal file
0
manifests/kube-state-metrics/service.yaml
Normal file
0
manifests/kube-state-metrics/serviceaccount.yaml
Normal file
0
manifests/kube-state-metrics/serviceaccount.yaml
Normal file
Loading…
Reference in New Issue
Block a user