Giter VIP home page Giter VIP logo

helm-chart's Introduction

unpoller

Version: 2.11.2 Type: application AppVersion: 2.11.2

A Helm chart for unpoller, a unifi prometheus exporter. This chart helps deploy Unpoller (unifi metrics exporter) in kubernetes clusters. It crates a Deployment to run the unpoller container, confiuration is stored in a ConfigMap and mounted in the container. It supports integration with Prometheus operator, so a PodMonitor is created that will scrape the Deployment for the metrics. Optionally, it can deploy automatically the dashboards into a Grafana instance through the integration with GrafanaOperator:

  • Creates a Grafana CR with the credentials provided (or reuses existing Grafana object)
  • Creates a Dashboard instance for all the unpoller provided charts. See Readme.MD for details, and values.yaml for all the configuration options.

See further documentation in how to install unpoller in Kubernetes in https://unpoller.com/PATH_TBD (will be updated)

Homepage: https://unpoller.com/

Source Code

Values

Key Type Default Description
affinity object {}
dashboards.create bool true
dashboards.grafana.create bool true
dashboards.grafana.secret.existingSecretName string ""
dashboards.grafana.secret.password string "prom-operator"
dashboards.grafana.secret.username string "prom"
dashboards.grafana.selectorLabels object {}
dashboards.grafana.url string ""
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "ghcr.io/unpoller/unpoller"
image.tag string ""
imagePullSecrets list []
livenessProbe.httpGet.path string "/"
livenessProbe.httpGet.port string "http"
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podLabels object {}
podSecurityContext object {}
readinessProbe.httpGet.path string "/"
readinessProbe.httpGet.port string "http"
replicaCount int 1
resources object {}
securityContext object {}
serviceAccount.annotations object {}
serviceAccount.automount bool true
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []
upConfig string "[poller]\n debug = false\n quiet = false\n plugins = []\n[prometheus]\n disable = false\n http_listen = \"0.0.0.0:9130\"\n report_errors = false\n[influxdb]\n disable = true\n[unifi]\n dynamic = false\n[loki]\n disable = true\n[[unifi.controller]] \n url = \"https://unifi.home:8443\"\n user = \"unifi\"\n pass = \"unifi\"\n sites = [\"all\"]\n save_ids = true\n save_dpi = true\n save_sites = true\n hash_pii = false\n verify_ssl = false\n"

helm-chart's People

Contributors

jlpedrosasnoo avatar jlpedrosa avatar platinummonkey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.