X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=b25eabaebb334d07d49fc7842a644725d46383c8;hb=a8b30895eea648972fb7047bc633243ae7f5895d;hp=c1c0fb934e978bf8f77043ea915ccf76a7fba671;hpb=d68e0b4f0bc482d61f2e2a775b899237e15f93e9;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index c1c0fb93..b25eabae 100644 --- a/installers/charm/prometheus/config.yaml +++ b/installers/charm/prometheus/config.yaml @@ -65,3 +65,21 @@ options: type: boolean description: Boolean to enable the web admin api default: false + image_pull_policy: + type: string + description: | + ImagePullPolicy configuration for the pod. + Possible values: always, ifnotpresent, never + default: always + security_context: + description: Enables the security context of the pods + type: boolean + default: false + web_config_username: + type: string + default: admin + description: Username to access the Prometheus Web Interface + web_config_password: + type: string + default: admin + description: Password to access the Prometheus Web Interface