kube-prometheus: Example jsonnet ingress, add externalURL
This commit is contained in:
@@ -11,6 +11,13 @@ local kp =
|
|||||||
_config+:: {
|
_config+:: {
|
||||||
namespace: 'monitoring',
|
namespace: 'monitoring',
|
||||||
},
|
},
|
||||||
|
prometheus+:: {
|
||||||
|
prometheus+: {
|
||||||
|
spec+: {
|
||||||
|
externalURL: 'http://prometheus.example.com',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
ingress+:: {
|
ingress+:: {
|
||||||
'prometheus-k8s':
|
'prometheus-k8s':
|
||||||
ingress.new() +
|
ingress.new() +
|
||||||
|
Reference in New Issue
Block a user