Skip to content
Snippets Groups Projects
Commit d4b8fff2 authored by Blizter's avatar Blizter
Browse files

import main.libsonnet to allow exmaple generation

parent 1ffd6dfb
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ local ingress(name, namespace, rules) = {
};
local kp =
(import 'kube-prometheus/kube-prometheus.libsonnet') +
(import 'kube-prometheus/main.libsonnet') +
{
_config+:: {
namespace: 'monitoring',
......@@ -48,7 +48,8 @@ local kp =
'kube-prometheus': ingress(
'kube-prometheus',
$._config.namespace,
[{
[
{
host: 'alertmanager.example.com',
http: {
paths: [{
......@@ -86,7 +87,8 @@ local kp =
},
}],
},
},]
},
]
),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment