kube-prometheus: Example jsonnet ingress, add externalURL

This commit is contained in:
Karl Skewes
2018-10-18 16:34:04 +13:00
parent 569d83438c
commit 71f51bd12d

View File

@@ -11,6 +11,13 @@ local kp =
_config+:: {
namespace: 'monitoring',
},
prometheus+:: {
prometheus+: {
spec+: {
externalURL: 'http://prometheus.example.com',
},
},
},
ingress+:: {
'prometheus-k8s':
ingress.new() +