example(ingress): Fix ExternalUrl key - see 2172
This commit is contained in:
@@ -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 =
|
|||||||
prometheus+:: {
|
prometheus+:: {
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
spec+: {
|
spec+: {
|
||||||
externalURL: 'http://prometheus.example.com',
|
externalUrl: 'http://prometheus.example.com',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user