mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
Add kustomization.yaml
This commit is contained in:
parent
e0ddb886a7
commit
9a3d6a53e2
1 changed files with 14 additions and 0 deletions
14
kustomization.yml
Normal file
14
kustomization.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
kind: Kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
resources:
|
||||
- deploy/manifests/custom-metrics-apiserver-auth-delegator-cluster-role-binding.yaml
|
||||
- deploy/manifests/custom-metrics-apiserver-auth-reader-role-binding.yaml
|
||||
- deploy/manifests/custom-metrics-apiserver-deployment.yaml
|
||||
- deploy/manifests/custom-metrics-apiserver-resource-reader-cluster-role-binding.yaml
|
||||
- deploy/manifests/custom-metrics-apiserver-service-account.yaml
|
||||
- deploy/manifests/custom-metrics-apiserver-service.yaml
|
||||
- deploy/manifests/custom-metrics-apiservice.yaml
|
||||
- deploy/manifests/custom-metrics-cluster-role.yaml
|
||||
- deploy/manifests/custom-metrics-config-map.yaml
|
||||
- deploy/manifests/custom-metrics-resource-reader-cluster-role.yaml
|
||||
- deploy/manifests/hpa-custom-metrics-cluster-role-binding.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue