Merge pull request #95 from Intermax-Cloudsourcing/grafana-ingress-fix

Fixes Grafana config in ingress example
This commit is contained in:
Matthias Loibl
2019-05-10 18:02:35 +02:00
committed by GitHub

View File

@@ -10,15 +10,6 @@ local kp =
{
_config+:: {
namespace: 'monitoring',
},
// Configure External URL's per application
alertmanager+:: {
alertmanager+: {
spec+: {
externalUrl: 'http://alertmanager.example.com',
},
},
},
grafana+:: {
config+: {
sections+: {
@@ -28,6 +19,15 @@ local kp =
},
},
},
},
// Configure External URL's per application
alertmanager+:: {
alertmanager+: {
spec+: {
externalUrl: 'http://alertmanager.example.com',
},
},
},
prometheus+:: {
prometheus+: {
spec+: {