Add commented imports for most common patches to example.jsonnet

This commit is contained in:
Matthias Loibl
2019-06-07 15:19:30 +02:00
parent 133d9a9540
commit b1c674100b
3 changed files with 24 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
local kp =
(import 'kube-prometheus/kube-prometheus.libsonnet') + {
(import 'kube-prometheus/kube-prometheus.libsonnet') +
// Uncomment the following imports to enable its patches
// (import 'kube-prometheus/kube-prometheus-anti-affinity.libsonnet') +
// (import 'kube-prometheus/kube-prometheus-managed-cluster.libsonnet') +
// (import 'kube-prometheus/kube-prometheus-node-ports.libsonnet') +
// (import 'kube-prometheus/kube-prometheus-static-etcd.libsonnet') +
// (import 'kube-prometheus/kube-prometheus-thanos.libsonnet') +
{
_config+:: {
namespace: 'monitoring',
},