mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
14 lines
808 B
YAML
14 lines
808 B
YAML
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
|