feat(kube-state-metrics): Change deployment to manifests

This commit is contained in:
Tanguy Herbron 2024-12-05 22:40:28 +01:00
parent 2ec8fb390f
commit 5af1f9fedd
6 changed files with 5 additions and 1 deletions

View 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