Skip to content
Snippets Groups Projects
Unverified Commit 12724e2b authored by Matthias Loibl's avatar Matthias Loibl Committed by GitHub
Browse files

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

Fixes Grafana config in ingress example
parents 93a493bd 578d1e3a
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,15 @@ local kp = ...@@ -10,6 +10,15 @@ local kp =
{ {
_config+:: { _config+:: {
namespace: 'monitoring', namespace: 'monitoring',
grafana+:: {
config+: {
sections+: {
server+: {
root_url: 'http://grafana.example.com/',
},
},
},
},
}, },
// Configure External URL's per application // Configure External URL's per application
alertmanager+:: { alertmanager+:: {
...@@ -19,15 +28,6 @@ local kp = ...@@ -19,15 +28,6 @@ local kp =
}, },
}, },
}, },
grafana+:: {
config+: {
sections+: {
server+: {
root_url: 'http://grafana.example.com/',
},
},
},
},
prometheus+:: { prometheus+:: {
prometheus+: { prometheus+: {
spec+: { spec+: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment