mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
14 lines
292 B
YAML
14 lines
292 B
YAML
apiVersion: apiregistration.k8s.io/v1
|
|
kind: APIService
|
|
metadata:
|
|
name: v1beta1.metrics.k8s.io
|
|
spec:
|
|
group: metrics.k8s.io
|
|
groupPriorityMinimum: 100
|
|
insecureSkipTLSVerify: true
|
|
service:
|
|
name: prometheus-adapter
|
|
namespace: monitoring
|
|
version: v1beta1
|
|
versionPriority: 100
|