Fixes Grafana config in ingress example
This commit is contained in:
@@ -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 =
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
grafana+:: {
|
|
||||||
config+: {
|
|
||||||
sections+: {
|
|
||||||
server+: {
|
|
||||||
root_url: 'http://grafana.example.com/',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
prometheus+:: {
|
prometheus+:: {
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
spec+: {
|
spec+: {
|
||||||
|
Reference in New Issue
Block a user