X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=a5f5e8a13d2a2b56acdf7fb31c9513c80fd65bce;hb=da31d6e2625a67c6180080ec9433d0f8ebe1de64;hp=baa04cd468510f544d82e3ac6137d9a83c85b7d4;hpb=51bb2563cf26ba7c7797f499d0e5069371efb8e5;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index baa04cd4..a5f5e8a1 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,7 +52,11 @@ options: type: string description: Ingress URL default: "" + cluster_issuer: + type: string + description: Name of the cluster issuer for TLS certificates + default: "" enable_web_admin_api: type: boolean description: Boolean to enable the web admin api - default: False + default: false