Fixes Grafana config in ingress example

This commit is contained in:
wilmardo
2019-05-10 15:14:38 +02:00
parent 93a493bda1
commit 578d1e3aab

View File

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