examples,jsonnet: fix weave-net

This commit is contained in:
paulfantom
2021-01-19 15:44:56 +01:00
parent 625ab137fa
commit 4f9d464087
6 changed files with 209 additions and 198 deletions

View File

@@ -1,12 +1,12 @@
local kp = (import 'kube-prometheus/main.libsonnet') +
(import 'kube-prometheus/addons/weave-net.libsonnet') + {
(import 'kube-prometheus/addons/weave-net/weave-net.libsonnet') + {
values+:: {
common+: {
namespace: 'monitoring',
},
},
prometheus+: {
prometheusRule+: {
prometheusRuleWeaveNet+: {
spec+: {
groups: std.map(
function(group)