Revert "Remove Prometheus charm"
[osm/devops.git] / installers / charm / prometheus / config.yaml
index 6ce1613..b25eaba 100644 (file)
@@ -71,3 +71,15 @@ options:
       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