Fixes Grafana config in ingress example
This commit is contained in:
@@ -10,15 +10,6 @@ local kp =
|
|||||||
{
|
{
|
||||||
_config+:: {
|
_config+:: {
|
||||||
namespace: 'monitoring',
|
namespace: 'monitoring',
|
||||||
},
|
|
||||||
// Configure External URL's per application
|
|
||||||
alertmanager+:: {
|
|
||||||
alertmanager+: {
|
|
||||||
spec+: {
|
|
||||||
externalUrl: 'http://alertmanager.example.com',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
grafana+:: {
|
grafana+:: {
|
||||||
config+: {
|
config+: {
|
||||||
sections+: {
|
sections+: {
|
||||||
@@ -28,6 +19,15 @@ local kp =
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
// Configure External URL's per application
|
||||||
|
alertmanager+:: {
|
||||||
|
alertmanager+: {
|
||||||
|
spec+: {
|
||||||
|
externalUrl: 'http://alertmanager.example.com',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
prometheus+:: {
|
prometheus+:: {
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
spec+: {
|
spec+: {
|
||||||
|
Reference in New Issue
Block a user