X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fgrafana%2Fconfig.yaml;h=d26578673b6c45b8e49eecc9829ccadab07a7973;hb=refs%2Fchanges%2F27%2F11127%2F2;hp=632f2120fbfec60f1f370b38d4621b70b65c721c;hpb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;p=osm%2Fdevops.git diff --git a/installers/charm/grafana/config.yaml b/installers/charm/grafana/config.yaml index 632f2120..d2657867 100644 --- a/installers/charm/grafana/config.yaml +++ b/installers/charm/grafana/config.yaml @@ -63,3 +63,22 @@ options: ImagePullPolicy configuration for the pod. Possible values: always, ifnotpresent, never default: always + mysql_uri: + type: string + description: | + Mysql uri with the following format: + mysql://:@:/ + admin_user: + type: string + description: Admin user + default: admin + log_level: + type: string + description: | + Logging level for Grafana. Options are “debug”, “info”, + “warn”, “error”, and “critical”. + default: info + port: + description: The port grafana-k8s will be listening on + type: int + default: 3000