added aks platform which is similar to gke (#1869)
This commit is contained in:
13
jsonnet/kube-prometheus/platforms/aks.libsonnet
Normal file
13
jsonnet/kube-prometheus/platforms/aks.libsonnet
Normal file
@@ -0,0 +1,13 @@
|
||||
(import '../addons/managed-cluster.libsonnet') + {
|
||||
values+:: {
|
||||
prometheusAdapter+: {
|
||||
config+: {
|
||||
resourceRules:: null,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
prometheusAdapter+:: {
|
||||
apiService:: null,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user