X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=d953de33785de979f76a7054dd9fc70ca7724518;hb=refs%2Fchanges%2F49%2F10549%2F5;hp=038391dd248bacfedad092902d59d0db3d5dfc35;hpb=2459af695441e460e64daea40157c0fd5a78e2c3;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index 038391dd..d953de33 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