X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=9f35e511fffb71c769009ff88aed4c9a0b2ffee1;hb=refs%2Fchanges%2F76%2F10676%2F1;hp=038391dd248bacfedad092902d59d0db3d5dfc35;hpb=2459af695441e460e64daea40157c0fd5a78e2c3;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index 038391dd..9f35e511 100644 --- a/installers/charm/prometheus/config.yaml +++ b/installers/charm/prometheus/config.yaml @@ -20,11 +20,11 @@ ## options: - web_subpath: + web-subpath: description: Subpath for accessing Prometheus type: string default: / - default_target: + default-target: description: Default target to be added in Prometheus type: string default: "" @@ -52,3 +52,7 @@ options: type: string description: Ingress URL default: "" + enable_web_admin_api: + type: boolean + description: Boolean to enable the web admin api + default: false