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