X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=a5f5e8a13d2a2b56acdf7fb31c9513c80fd65bce;hb=20611225b7c1283bc5ce1572b5515e898c6df2b5;hp=038391dd248bacfedad092902d59d0db3d5dfc35;hpb=2459af695441e460e64daea40157c0fd5a78e2c3;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index 038391dd..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,3 +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