Skip to content
Snippets Groups Projects
Commit 5d20f094 authored by Karl Skewes's avatar Karl Skewes
Browse files

example(ingress): Fix ExternalUrl key - see 2172

parent fc653360
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ local kp = ...@@ -15,7 +15,7 @@ local kp =
alertmanager+:: { alertmanager+:: {
alertmanager+: { alertmanager+: {
spec+: { spec+: {
externalURL: 'http://alertmanager.example.com', externalUrl: 'http://alertmanager.example.com',
}, },
}, },
}, },
...@@ -31,7 +31,7 @@ local kp = ...@@ -31,7 +31,7 @@ local kp =
prometheus+:: { prometheus+:: {
prometheus+: { prometheus+: {
spec+: { spec+: {
externalURL: 'http://prometheus.example.com', externalUrl: 'http://prometheus.example.com',
}, },
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment