diff --git a/examples/ingress.jsonnet b/examples/ingress.jsonnet index 4aba212a85869656f8b9159b6ff3e1cd7abd7f2f..6eb6e3eb0ae4c01a8c0585ba20301d2b98ac3425 100644 --- a/examples/ingress.jsonnet +++ b/examples/ingress.jsonnet @@ -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+: {